I know that the songs artist,album etc can be displayed by using MediaStore.Audio class. But it displays the list of artists,albums etc. The problem is when I click an artist name(displayed as list in my activity), all the songs with that particular artist should be displayed.
How can I filter the songs based on meta data (album/artist etc). How to get metadata of that particular song ?