I'm having an requirement like this.
Say there are 3 activities A,B &C. From A i'm calling B using
startactivity() and from B i'm calling C using startactivity(). In A
there is an edittext field in which i have inserted some chars before
going to B. Suppose i'm now in C and i want to go to A, how can i
retain the data which i have already inserted in edittext in A.
If i use startactivity to go to A, then it will start a new activity
with no data.
Is there any other way to go to an existing activity without using
startactivity() and i want to retain the data on the previous
activity??
It would be also helpful if someone could explain me what happens to
the data entered in the edittext if i goes to another activity??..
Thanks in advance........
--~--~---------~--~----~------------~-------~--~----~
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