Issue
Lets say my default activity is MainActivity
and I start another activity DepositActivity
without using finish()
in MainActivity
Now how can I access the instance of MainActivity
inside DepositActivity
Solution
Now as how can I access the instance of MainActivity inside DepositActivity
AFAIK That is not possible to access instance of one activity in other Activity
if you have this type of requirement than Try to manage using Fragments
Answered By - AskNilesh
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.