Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 651 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 651 Bytes

Reader Collection

Reader Collection is an app for register and store all data of books you have read, are reading or want to read. You can store different information about a book, like its name, the format you are reading it (Physical, Digital or Audiobook), the date when you read it or the score you want to give it, among others.

Download it from Google Play.

Stack

It's using:

  • MVVM with LiveData
  • RxJava
  • Hilt
  • Retrofit
  • Room
  • Moshi
  • SharedPreferences
  • Jetpack navigation
  • Picasso
  • Material
  • Firebase
  • In-app updates
  • Leak canary
  • Detekt