just one more thing, what is the difference between startActivity and
startActivityForResult, can I have two activities of the same class on
a stack displaying ie list with different data each?
in another words what android really does when startActivity is
called, does it resume or create activity and reload all data view
needed so I can have only one activity of a given class or is it
always creating new instance of the activity no matter there is one
already created.

from my point of view when startActivityForResult is used android for
sure must preserve caller's state as app will eventually return to
caller with result.

Im a bit confused about that so please be patient :-)

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