I have two activities A and B. Activity A starts activity B. Now I’m in B, how to call A’s function?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unless function is static you are out of luck. I suggest that you place necessary functions in Application object or make them static.
Note that activity not on top of the stack can be destroyed at any time.