Grocery-App is a simple and functional Android application built with Kotlin. It helps users manage their daily grocery list with features like adding, editing, and deleting items. The app uses Room Database for efficient local data storage and retrieval.
- Add New Grocery Items
- Edit and Update Existing Items
- Delete Items from List
- Persistent Local Storage using Room
- Simple and Clean User Interface
- Fast and Lightweight
- Kotlin — Primary programming language
- Room Database — For local data persistence
- Android XML — For UI design
- LiveData + ViewModel (Optional) — For responsive UI and lifecycle-aware data handling
- Material Design — For modern and user-friendly UI components
- Android Studio (recommended: Electric Eel or later)
- Kotlin support
- Basic knowledge of Android development
-
Clone the repository:
git clone https://github.com/your-username/grocery-app.git