- Android Studio 3.2 or higher
- Minimum android SDK version 21
- Java version 1.8
- Kotlin version 1.3.7 or higher
- Clone Repository using Android Studio.
- Android Studio will ask to change your android sdk path to your local machine since it would not be able to find my local path.
- Make sure you are on the master branch and allow android studio to finish building.
- Run application
- Enter Album name in search Box
- Last.FM Api To view API Methods.
- Album Search Api To search for album with name provided.
- MVVM APP Architecture with repository patten.
- Implementation of Android Navigation library)
- Data binding of components in layouts and data sources.
- Offline support as data is saved to sql light database using ROOM