[android-developers] Re: Finish all previous Activities?

2012-10-16 Thread ToTo
Did it worked? not for me :( On Tuesday, June 2, 2009 1:20:43 AM UTC+5:30, guruk wrote: !!! thanks !!! looks great chris -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Finish all previous Activities?

2009-06-01 Thread Marco Nelissen
You could launch the main activity again with the 'clear top' flag, which has the effect of clearing all activities on top of it. On Sat, May 30, 2009 at 11:31 AM, guruk ilovesi...@gmail.com wrote: Hi, is it possible with one call to finish all previous Activities. (like: this.finish(all)

[android-developers] Re: Finish all previous Activities?

2009-06-01 Thread guruk
Hi Marco, that sounds interesting. how to set the clear top flag? right i call the main acticity again with: Intent mainIntent = new Intent(listdatabases.this, datepicker.class); mainIntent.putExtra(db_table, databasestr );

[android-developers] Re: Finish all previous Activities?

2009-06-01 Thread Marco Nelissen
On Mon, Jun 1, 2009 at 11:59 AM, guruk ilovesi...@gmail.com wrote: Hi Marco, that sounds interesting. how to set the clear top flag? right i call the main acticity again with: Intent mainIntent = new Intent(listdatabases.this, datepicker.class); add:

[android-developers] Re: Finish all previous Activities?

2009-06-01 Thread guruk
!!! thanks !!! looks great chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,