Aksx73 / MusicLibrary

An android app to search for artists and their top albums.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusicLibrary

An android app to search for artists and their top albums. Also allows an album to be saved locally.

Screenshots

List

screenshot-1.png screenshot-2.png

Detail

screenshot-3.png Screenshot-1624114300.png

Tech stack and architecture

  1. Kotlin
  2. Coroutines, Flow, StateFlow, SharedFlow
  3. Paging3
  4. Material Design
  5. MVVM
  6. Dagger Hilt
  7. Single activity
  8. Navigation arch components
  9. Retrofit, OkHttp
  10. Coil image loading
  11. Kotlinx Serialization
  12. Room DB
  13. JUnit 4
  14. Hamcrest
  15. Turbine

API key

Get your api key from (https://www.last.fm/api/account/create) and put it in the secrets.properties file.

MIT License

Copyright (c) 2021 Shubham

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

An android app to search for artists and their top albums.

License:MIT License


Languages

Language:Kotlin 100.0%