Skip to content

Duane-Wegner/Inventory-Android-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

🚀 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 file for details.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages