Overview
MuSeek Android is a music instrument rental application built as a university project. Users can browse available instruments and place date-based rental reservations through the app, which communicates with a companion Laravel REST API.
Approach
Built with Java targeting Android SDK 31, the app uses the Volley HTTP library to communicate with the MuSeek API backend. The rental system implements date-based availability checking and reservation management.
Tech Stack
| Layer | Technology |
|---|---|
| Platform | Android (SDK 31) |
| Language | Java |
| HTTP Client | Volley |
Key Implementation Details
- Date-based rental system with instrument catalog browsing
- Integration with companion MuSeek REST API for data persistence
- Volley-based HTTP communication layer
Outcome
Completed as a university project alongside the companion MuSeek API.