An open API service indexing awesome lists of open source software.

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.

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

![image](https://github.com/user-attachments/assets/7ee46739-b099-450c-82c5-b9f1e3337e6b)

## 🚀 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.