Monday, May 10, 2010

Re: [android-developers] On activity (re)usage en creation

On Mon, May 10, 2010 at 11:35 AM, EnnaN <nhuiges@gmail.com> wrote:
If I call the "entry" activity (with an intent) on a link to show this entry, am I re-using the old activity, or am I creating an endless string of entry, comment, entry, comment activities (pretty cost- ineffective that would be).

You can test this pretty easily by doing what you described and backing out. If it's the former, you should have 2 back presses. If it's the latter, you should have to back out as many times as activities you started. Yes?

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment