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