The same problem i have faced previously.. but after i use finish() method on activity then the problem has resolved.. when moving from one screen to another just use finish() on screen1.. then the problem will be solved.. Please let me know if im wrong..
On Tue, Feb 23, 2010 at 1:13 PM, umesh chalwetkar <[email protected]>wrote: > Hi, > > I have three UI screens A, B and C. > When I click on A it goes to B, > when click on B it goes to C, > again if you click on C it goes to B so this is kind of loop. > I have tried following > EX. B->C->B->C->B->C->B->*C->* > Now I am on Screen C, when I click back it should go to B, again when I > click back it should go to A. > > This is not happening the way it is happening is like this, from* C-> > click back->*B->*click back->C*->*click back->*B->*click back->*C->*click > back->*B->*click back->C*->*click back->*B->*click back->A > > *Please suggest me how to solve this problem. > > Thanks, > Umesh > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

