https://github.com/duane-wegner/inventory-android-app
Android Inventory App: A simple, user-friendly app to manage inventory items with add, update, and delete functions. Uses SQLite for local data storage and offers a clean, responsive interface. Future support planned for inline item name editing.
https://github.com/duane-wegner/inventory-android-app
android android-studio design inventory-management java local-storage mobile-app user-interface
Last synced: 7 months ago
JSON representation
Android Inventory App: A simple, user-friendly app to manage inventory items with add, update, and delete functions. Uses SQLite for local data storage and offers a clean, responsive interface. Future support planned for inline item name editing.
- Host: GitHub
- URL: https://github.com/duane-wegner/inventory-android-app
- Owner: Duane-Wegner
- License: mit
- Created: 2025-06-08T00:46:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T18:15:06.000Z (7 months ago)
- Last Synced: 2025-06-29T19:25:57.659Z (7 months ago)
- Topics: android, android-studio, design, inventory-management, java, local-storage, mobile-app, user-interface
- Language: Java
- Homepage:
- Size: 1.35 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Inventory Manager App
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.
## ✨ Features
- 🔐 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
## 🧱 Built With
- **Java**
- **Android SDK**
- **XML** for layout design
- **SQLite** for data persistence
## 📸 Screenshots

## 🚀 Getting Started
1. Clone the repository:
2. Open the project in Android Studio.
3. Run the app on an emulator or connected device.
## 📂 Project Structure
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)
## 🛠 Future Improvements
- Enable editing item names
- UI/UX enhancements
## 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.