Well, surely you just need to populate the fields within the onCreate
() methods?

1) Have an object in the Activity which holds the data that the user
enters. (Populate them when the user moves to the next activity).

2) On the next Activity, if the user presses the 'Previous' button,
pass in Intent which indicates that the user is coming back from that
activity.

3) When the original activity is called again, check for the presence
of the Intent, and if it's coming back from the other activity, the
data will already be populated in your object, which you can use to
populate the various text fields.

Hope that helps...

On Dec 31, 11:15 am, android09 <[email protected]> wrote:
> Hi netiger198610 and Lance Nanek,
>
> First of all thank you for reply me. Now i am coming to the point.
>
> Please give me any idea or example of to hold the data in the previous
> activity when the new activity is started.

-- 
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