An android application developed in Kotlin using XML for layouts, designed for music lovers. The app showcases the most popular albums, tracks, and artists, along with their followers, playcounts, and descriptions.
- Display popular albums, tracks, and artists
- Show artist playcounts and followers
- Display detailed information about albums and artists with a Wiki text view
- Fetch data from the Last.fm API
- Android Studio
- Kotlin
- XML
- REST API
- Retrofit
- Material Design
- Clone the repository to your local machine
bash
- Copy code
git clone https://github.com/animatedAnand/MusicWiki.git
- Open the project in Android Studio
- Build and run the project on an emulator or a physical device
The app uses the Last.fm API to fetch the music data.
The API documentation can be found at last.fm (https://www.last.fm/api)
- Top 10 Genres
- Expanded list of all Genres
- Wki Infor of the Genre
- Corresponding top albums,artists & tracks of the Genre
- Album Tab
- Artist Tab
- Tracks Tab
- Album Details Activity
- Artist Details Activity