Re: [android-developers] need the meta data of the music library

2010-12-30 Thread TreKing
On Tue, Dec 28, 2010 at 5:56 PM, Kyle kyle@gmail.com wrote: How can I get the genre with the most songs. Assuming each song has a genre associated with it, it should be a simple matter of iterating the list of songs and counting, no? Besides, is there a possible way to get the top played

[android-developers] need the meta data of the music library

2010-12-28 Thread Kyle
I just use the mediastore to get the meta information of the music. Now I can get the total number of songs, albums, genres. How can I get the genre with the most songs. There are only two fields (Genre_id and Genre_name) in the table of generes. Besides, is there a possible way to get the top