BookShelf is a simple Android app that allows users to search for books using the Google Books API.
-
Search Page: On launch, the app presents a search page where users can enter keyword to search.
-
Book Thumbnails: After searching, book thumbnails are displayed based on the query.
- Book Details: Currently, the app only displays book images. Future updates may include additional details like authors, prices, descriptions, etc.
- Simple UI: The app is designed for simplicity and may lack advanced features and styling.
To build and run the project:
- Clone the repository to your local machine.
- Open the project in Android Studio.
- Build and run the project on an emulator or a connected device.
- Documentation: As a personal project, the documentation is minimal and focuses on addressing tricky parts of the code.
- Future Improvements: Expect future updates with more comprehensive features.
Feel free to contribute or customize this app!