Sunday, June 19, 2011

[android-developers] how to handle navigation between activities?

Hi,

Can anybody tell me what is the best way to do a navigation between
activities.
Like i am calling one activity from other and finishing the current
activity.

startActivity(intent);
finish();

But if i finish activity the i have to manage back functionality by
putting some values to intent.
If i am not going to finish the activity than is there any performance
or memory related issues.

when we should call startActivityForResult?

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