Hi!
Our application which consists of something like this:
Main menu
=> View contacts
=> Edit contact
=> View groups
=> Settings
=> Browser settings
I have then added gestures so that the user can jump between any of
these screens with a gesture. But this leads to a huge activity stack
that just grows and grows so how should I properly implement this?
I thought about the following:
Main menu (SingleTask)
=> View contacts (SingleTop)
=> Edit contact
=> View groups (SingleTop)
=> Settings (SingleTop)
=> Browser settings (SingleTop)
If I do nothing then I end up with something like this (using
gestures):
Main menu
- View Contacts
- Main Menu
- Browser Settings
- View Contacts
- Main menu
I would guess this would lead to memory issues sooner or later?
-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
-~----------~----~----~----~------~----~------~--~---