Hi Vinu,

Can you try setting the clear top flag?

http://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_CLEAR_TOP

Cheers,
James

On Thu, Oct 22, 2009 at 6:54 AM, Vinu Vijayan <[email protected]> wrote:
>
> Hi everyone.....
>
> 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 Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to