I am developing music application for android. I am done with most of the parts but i need help for Listview
.
Suppose that user selects a song from list in Main and then it goes to new activity
to play that song. In new activity
user has option for next button to play next song . Now when user clicks next button 10 times and consider current playing song is XYZ. when user come back to main activity i want to highlight that song XYZ from list and display it on top of screen from list.
Please advise how to show that song on top in listview
. I am able to find the position of XYZ from list but don't know how to highlight it and display it on top in current list.
Hope i made myself clear about this whole. thanks in advance.