This is a simple Android application for managing an inventory of items. Users can log in, view a list of inventory items, adjust item quantities, delete items, and add new items.
- 🔐 Login screen to access inventory
- 📦 Inventory list with:
- Item name and quantity
- Buttons to increment/decrement quantity
- Option to delete or add items
- 📱 Clean, user-friendly UI built with XML and Java
- 🗃️ Persistent storage using SQLite database
- Java
- Android SDK
- XML for layout design
- SQLite for data persistence
- Clone the repository:
- Open the project in Android Studio.
- Run the app on an emulator or connected device.
inventoryapp
├── MainActivity.java - - - - - - - - - - - (Login screen)
├── InventoryActivity.java - - - - - - - - (Inventory management screen)
├── activity_main.xml - - - - - - - - - - -(Layout for login screen)
├── activity_inventory.xml - - - - - - - -(Layout for inventory list)
└── ... - - - - - - - - - - - - - - - - - - - - -(Additional resources and files)
- Enable editing item names
- UI/UX enhancements
This project is licensed under the MIT License - see the LICENSE file for details.
