Books is an Android application that keeps track of books read by a user. The application allows to:
- Add a new book (title, author, ISBN number, number of pages, 1-5 rate)
- See list of all books entered into the system
- Edit/remove a book entered into the system
- Download latest Android Studio
- Follow Android Studio installation instruction.
- Open Android Studio - Open Existing Android Project - find folder with project and click
OK
- Wait a while. Follow Android Studio instructions to install missing items.
- Kotlin Coroutines
- AndroidX
- Android Architecture Components (LiveData, ViewModel, Room)
- Android Data Binding
- Material Components for Android
- Navigation component for navigation
- Koin for dependency injection
- Timber for logging