This Android application uses the Deezer API to fetch and display music data. It utilizes Retrofit for making API calls and a RecyclerView for displaying the data.
To get started with this application, follow the steps below:
- Android Studio installed
- API key for Deezer API (insert link to where users can obtain it)
-
Clone the repository:
git clone https://github.com/your-username/DeezerAPI-App.git
-
Open the project in Android Studio.
-
Replace
YOUR_DEEZER_API_KEY
in the code with your actual Deezer API key. -
Build and run the application.
- Fetches music data from the Deezer API.
- Displays the data in a RecyclerView using a custom adapter.
- Upon launching the application, it fetches data for the artist "eminem" (you can customize it later).
- The fetched data is displayed in a scrollable list.
- Retrofit: Link to Retrofit
- Gson: Link to Gson