How determine transition to other activity (when opened other activity same application) or turn activity (roll up activity, when user pressed HOME button) ? I think use OnPause and onStop for saving current state of the app in global variable (in App class, for example), but OnPause call always when call onStop
Asked
Active
Viewed 95 times
0
-
Look here on how to do it http://stackoverflow.com/questions/3389501/activity-transition-in-android – upenpat Mar 12 '14 at 07:02
-
use overridePendingTransition? But how I can catch this event? – user3306512 Mar 12 '14 at 08:59
-
http://www.vardhan-ds.co.in/2013/05/android-solution-to-detect-when-android.html – user3306512 Mar 17 '14 at 09:01