ImageView Toggle inside listview
问题 I have a List view of ringtones with a play image view in each row for each ringtone .. This is the view of it.. Now obviously when user clicks on a play button it should switch into pause button.. I have implemented this and it's all good so far .. Now I have a problem : I don't know how to track the currently playing row,I mean if user wants to play a song from another row, first I have to change currently pause toggle to play, then play the new one. Can you help me with this please !?