Monday, May 10, 2010

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

A question that might be a bit general/basic knowledge, but for me it
has a quite direct background, so i'll form it as an example:

I have an activity "entry" showing something equivalent of a blogpost,
that might have comments. You can click somewhere to open a "comments"
activity. But in this activity there are links back to entries,
creating a nice line of activities.

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