Android Question Need Help in list

selvamurali

Active Member
Licensed User
Longtime User
Dear Team i have a list contains 100 records . i want to show the records one by one by Next and Previous Buttons. if user press previous button then show the previous record same as next button . how to do this.

Let me know any example.
 

klaus

Expert
Licensed User
Longtime User
I think you should first try to do it on your own. And then, if you encounter problems, ask in the forum.
Add two Buttons and a Label and set the Label text with the content of the List in the Button event routines is really not that complicated.

Best regards.
 
Upvote 0
Top