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

2010-05-10 Thread TreKing
On Mon, May 10, 2010 at 11:35 AM, EnnaN 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

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

2010-05-10 Thread EnnaN
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 ac