[android-developers] Re: Stop an Activity (Urgent)

2010-03-24 Thread SREEHARI
Use finish() inside onStop() of the activities u want to hide. A starts B. B starts C.. If u give finish() inside onStop() of B. Then u can directly go to A from C by clicking the back button.. Regards, SREEHARI On Mar 19, 8:02 pm, Chirayu Dalwadi chirayu.dalw...@gmail.com

[android-developers] Re: Stop an Activity (Urgent)

2010-03-19 Thread Karan
Use finish() function of class Activity. On Mar 19, 12:29 pm, Chirayu Dalwadi chirayu.dalw...@gmail.com wrote: Hello Community, My application contains three-four pages.  On click of button in first page, I start a new activity which redirects to another page and second page redirects to