An Android Test Application using spotify web APIs to get artist by name and top tracks. - https://developer.spotify.com/
Implementation details:
Developer-URLs
- https://developer.spotify.com/web-api/search-item/
- https://developer.spotify.com/web-api/get-artist/
- https://developer.spotify.com/web-api/get-artists-top-tracks/
Steps: Using Android Studio
- clone this repo using git bash : git clone https://github.com/RonakKosamia/Spotify-sample.git
- Open android studio application on your PC/Laptop
- use 'open existing android studio project' option to import this application
- make sure you have installed latest gradle, API level 15 & 25
- Before building the apk. make sure 'Instant Run' must be disabled in your Android Studio.
- build project, clean project
- run app module of the project.