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
Post a Comment