How To Start An Intent For Result From A Contained Class Of An Activity (startactivityforresult)
This is a follow up to my previous question: How to Start an Intent from a contained class of an Activity Basically, I realized that I need to call startActivityForResult (and not
Solution 1:
Yes. Pass your Activity to the contained class as a parameter.
P.S. Do NOT store the reference to the Activity. Pass it in as you need it.
Post a Comment for "How To Start An Intent For Result From A Contained Class Of An Activity (startactivityforresult)"