-
Notifications
You must be signed in to change notification settings - Fork 116
AnotherActivity in Singletons1 is not actually triggered #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Hi @StevenArzt , I want to add one more reflection sample to category Reflection. Earlier I was able to do the same easily but this time I am getting error: I am attaching the complete eclipse project here. Please add to develop branch. |
Hi,
The activity "AnotherAcitivty" will not be actually started so that the filed of the singleton instance will not be polluted.
I suggest to add "startActivity(i)" in the MainActivity.
Thanks.