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 );
                                listdatabases.this.startActivity(mainIntent);
                                listdatabases.this.finish()

And you mean its like .

"a" (datepicker.class) starts "b", "b" starts "c", "c" starts a with
"clear top"
and when I press "back" it will just exit to the homescreen, right?
that would be 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, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to