> Use Intent.FLAG_ACTIVITY_CLEAR_TOP.

Yes, I guess you mean for the main menu right? I can add that one, but
if the user makes the "Contact gestures" 5 times, then I end up with 5
views with 5 adapters with the same data?

Let's say the user makes the following gestures:
- View Contacts
- Browser Settings
- View Contacts
- Browser Settings

How can I reuse the activities so that I don't have multiple
activities holding the contacts list? At least in my testing I run
into out of memory problems when making a lot of gestures between
different activities.

-Christer
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to