Is it necessary to limit how deep the activity stack can become within
an application?

I'm implementing a browser-type app. Every time the user clicks a
link, I could launch a new PageView activity, but then the activity
stack might become very deep. Alternatively I could have a single
PageView activity that changes its content when a link is clicked,
maintains an internal history and overrides the BACK button.

Is there anything performance-wise to choose between these two
designs? Is it OK to let the activity stack become arbitrarily deep?

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