Activity Stack Android -


i understand how activity stack works , how use intent flags (single_top, etc etc) in correct way. example, if want avoid instantiate new activity if instantiated, how do?

thanks lot in advance guys.

well there good official documentation it.

if need bad solution backstacking until have needed activity backstack can using method getrunningtasks in activitymanager, position of activity searching , backstack multiple times.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -