Issue
I want to get app directory(and some special pre built sub directory) of my app in dobackground of my asyncTask. I am using asynctask for sending an email. and my email asynctask class is not in an activity. I want to get an certain file in app data directory and attaching it for the sending. in this section I have not any context for getting the path(data directory). Goal is getting my file path in dobackground of my asynctask when my asynctask class is in a separate file(not inside of an activity)
Solution
I guess you want to pass parameters to asynctasks. This will probably help you.
Answered By - solaza
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.