Previous button clearing all data from my fields in android activity -


i developing android application. have 8 activities in application. have submit button in last activity. user can go activity , edit data before pressing submit.i have 2 buttons in every activity named next , previous. , in last activity button called submit there. want come previous page next page , edit data , go submit.

now problem is, every time press previous previous-activity data fields becoming blank..

please me solving problem.

save state of activities bundles. button ends lifecycle of activity. here's link guide through should do. hope helps. http://developer.android.com/training/basics/activity-lifecycle/recreating.html


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -