This is the Delivery Client side of a biker pickup and delivery system, built using Kotlin for Android. Customers can request item pickups, track their delivery in real time, and get notified when deliveries are completed.
- 📝 Create a delivery request
- 📍 Pin pickup and drop-off locations on a map
- 🚴 Track assigned driver’s location
- 🔔 Receive status updates and notifications
- 📄 View delivery history
Watch the full client-side experience:
👉 Delivery Client App Demo
Replace with your actual video link (YouTube, Google Drive, etc.)
Request Delivery | Map Tracking | Status Updates |
---|---|---|
![]() |
![]() |
![]() |
💡 Add your actual screenshot images to a
screenshots/
folder in the repo and update the filenames.
- Kotlin
- Android Jetpack (ViewModel, LiveData, Navigation)
- Google Maps SDK
- Firebase (if used)
- MVVM architecture