[android-developers] Re: onStop() coming with delay

2012-02-24 Thread moktarul anam
Hi Pavel in activity life cycle when u will move one activity to another-- when foreground activity will lose focus the onPause and then new activity will be foreground and that activity will be all onStop() method and then android system will check whether that activity is last activity or not or

[android-developers] Re: onStop() coming with delay

2012-02-23 Thread Pavel Dudka
Just found similar thread (http://groups.google.com/group/android- developers/browse_thread/thread/8e48ff3ef13d3b50/a1a86a02e98970f2? lnk=gstq=onStop+delay#a1a86a02e98970f2) People say that onStop() will be called after new activity has been displayed and is idle... I suppose it takes a lot of