[android-developers] Re: Rapidly unwinding Activity stack

2008-04-18 Thread Greg
hello heiko u there? i tried your solution but it doenst work On Apr 18, 10:06 am, Greg <[EMAIL PROTECTED]> wrote: > hello guys ?? > > On Apr 17, 6:03 pm, Greg <[EMAIL PROTECTED]> wrote: > > > i tried it but it still doesn't work > > same it shows old data for 2 secs then it refreshs when i used

[android-developers] Re: Rapidly unwinding Activity stack

2008-04-17 Thread Greg
hello guys ?? On Apr 17, 6:03 pm, Greg <[EMAIL PROTECTED]> wrote: > i tried it but it still doesn't work > same it shows old data for 2 secs then it refreshs when i used on > resume > > same it show > > On Apr 17, 5:28 pm, Greg <[EMAIL PROTECTED]> wrote: > > > you are right let me try great > > >

[android-developers] Re: Rapidly unwinding Activity stack

2008-04-17 Thread Greg
i tried it but it still doesn't work same it shows old data for 2 secs then it refreshs when i used on resume same it show On Apr 17, 5:28 pm, Greg <[EMAIL PROTECTED]> wrote: > you are right let me try great > > On Apr 17, 5:25 pm, Hielko <[EMAIL PROTECTED]> wrote: > > > If showing incorrect da

[android-developers] Re: Rapidly unwinding Activity stack

2008-04-17 Thread Greg
you are right let me try great On Apr 17, 5:25 pm, Hielko <[EMAIL PROTECTED]> wrote: > If showing incorrect data is a problem, you should requery the data in > the onResume() method of the subactivity. > > On Apr 17, 2:20 pm, Greg <[EMAIL PROTECTED]> wrote: > > > but in that case of deleting some

[android-developers] Re: Rapidly unwinding Activity stack

2008-04-17 Thread Hielko
If showing incorrect data is a problem, you should requery the data in the onResume() method of the subactivity. On Apr 17, 2:20 pm, Greg <[EMAIL PROTECTED]> wrote: > but in that case of deleting some data onto F activity and then > showing refresh data on E > > how can we do this without startSu

[android-developers] Re: Rapidly unwinding Activity stack

2008-04-17 Thread Greg
but in that case of deleting some data onto F activity and then showing refresh data on E how can we do this without startSubactivity ??? if user press back button user will be shown incorrect data which is wrong if using startsubactivity activites are overlapping i have been stucked here it h