A modern Android application built in Kotlin that showcases a simple bookstore.
Browse a scrollable list of books with cover images, titles, authors, and ratings.
Leverages RecyclerView, Data Binding, Navigation Drawer and Material UI components for a smooth user experience.
- 📖 Book List: Display a vertical list of books using
RecyclerView - 🏷️ Data Binding: Bind UI components directly to data models
- 🍔 Navigation Drawer: Slide-out menu for additional actions
- 🔔 Notification Icon: Tap to show a Toast message
- ⭐ Book Ratings: Display 1–5 star ratings for each book
- 🔍 Toolbar Hidden: Custom full-screen toolbar layout
| Home Screen | Navigation Drawer |
|---|---|
![]() |
![]() |
- Clone the repository
git clone https://github.com/your-username/android-bookstore-app.git

