• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to get previous filled ArrayList Data Entries ??

Hi Everyone,

I am working on android app where user fill application form in which he has to feel entries like user name, Roll No, Location etc
I have given two button prev and next....Now i want to do When user filled up the form and clicked on next button he will navigate to next page and when he clicked on prev button he will get same information that he was filled before i.e. user name, Roll No, Location..
I have used arraylist to store values that supposed to captured in form...
EX. Button A= Name, Button B= RollNo, Button C= Location for 'n' no of times i.e. if i entered 10 such records and clicked previus button 2 times then it suppose to show that values only....

Could anyone knows how to do this ???
 
I've moved this to the Application Development forum so you can get the help you need.:)
 
Back
Top Bottom