This is my first Android application — a simple Delivery App built using Java, Room Database, Fragments, RecyclerView, and modern Android development practices.
- 🧑💼 User & Admin login screens
- 🛍️ Product listing with RecyclerView
- ➕ Add products with image upload
- 🛒 Add to cart functionality
- 📝 Place orders
- 🛠️ Admin panel to view orders
- 🗂️ Local persistence using Room Database
- 🌙 Dark & Light theme support (toggle in settings)
| Technology | Purpose |
|---|---|
| Java | Main programming language |
| Android Fragments | Modular UI screens |
| Room Database | Local persistence |
| RecyclerView | List / card display |
| Glide | Image loading & caching |
| Material Components | UI styling |
| SharedPreferences | Dark mode toggle |
Add screenshots here to showcase key screens (Login, Product list, Cart, Admin panel, Settings).
- Clone the repository
git clone https://github.com/PreetamPatidar/First_Delivery_App.git