MusicWiki is an unofficial Last.fm app that contains information about different music genres, the albums, artists and tracks listed under the genre.
Apk Download Link : https://github.com/im-shubham/Greedy-Assignment/blob/master/Music-Wiki.apk
- Display the list of genres available. Genres are called tags in LastFm api. The list will initially contain top 10 genres and when the user clicks on the expand button the entire list is shown in the same screen
- Clicking on the genre it should take the user to a page which contains information
regarding it. It should have a genre as the title, description of the genre.In the page
it should list top albums, top tracks and top artists as different sections
- Each item listed under the album should have the cover image if available or a default image, the title and artist.
- Each item listed under the artists, should have the cover image, if available or a default image and the name
- Each item listed under tracks should have the cover image if available or a default image, the title and artist name.
All of the required information for building this app is available in the API provided by last.fm. You can get more information at https:// www.last.fm/api