Sunday, June 19, 2011

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

Read the fucking docs:

http://developer.android.com/reference/android/app/Activity.html

Then read it again, and if you still don't understand what's going on,
ask.

On Jun 20, 12:05 pm, Hitendrasinh Gohil
<hitendra.virtuei...@gmail.com> wrote:
> 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