i means,
3->1,and destroy 2,
so use finish(),you can destroy 3,
but you can't destroy 2

On 6月23日, 下午5時45分, Nithin Varamballi <[email protected]> wrote:
> Hi...
>
>           When you are moving 3->1.. give finish() after start activity
>
> ex:        Intent intent = new Intent(java3.this, java1.class);
>             startActivity(intent);
>             finish();
>
>  When finish() called here java3 class will be destroy.
>
> Thank You
> Nithin N V
--~--~---------~--~----~------------~-------~--~----~
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