I have a list of records on a mobile app screen. I have to display record detail screen on next page and this page should have 2 buttons Next and Previous. On click of that I should be able to display the next record of the list and previous record of the list. The data is coming from an external source and I have to use a list variable to store the data. Any suggestions for this implementation.
↧