An Android application to manage a books and authors library, consuming a REST API built with Express and Prisma as part of a uni project.
- Browse and search books and authors
- View book details including tags and description
- View an author's bibliography
- Create and delete books and authors
- Bottom navigation with RecyclerView lists
Built with MVVM architecture using:
- ViewModel for UI state management
- Repository pattern to centralize API calls
- Retrofit library for HTTP communication
- Java
- Android Studio
- Retrofit
- MVVM
- Clone the repository
- Open the project in Android Studio
- Make sure the Books API that you can find here is running locally
- Build and run on an emulator or physical device