Hi i have listview with list of songs. i want to draw small icon over current song playing & remove from when next song start playing & set to that song. Any help code snippet would be appericiated
Add icon to your listview make it invisible first then write code in java
if(SongIndex !=position){ Image.setvisibility(View.Invisible) } else{ Image.setvisibility(View.Visible) } notifydatasetchanged();
2.1m questions
2.1m answers
60 comments
57.0k users