Move To Next/previous Item When Click On Previous/next Button In Detailed Activity
I have a listview data obtained from web-service, when i click on listview item it takes to detailed Activity where description and image are present here when i clcik on nextbutto
Solution 1:
Why are you using ListView in your DetailActivity, on clicking the the list item go to the Detailactivity and pass clicked item postion and arraylist of songs in intent, now you can display detail for selected index song, and on clicking the next or prev button just set the values from your arrylist to the textview or imgaeviews, and you are done
Post a Comment for "Move To Next/previous Item When Click On Previous/next Button In Detailed Activity"