Skip to content

GopalDan/InventoryApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InventoryApp:-

This app allows a store-keeper to keep track of its inventory.It stores information about the product(like- product name, price & quantity)and its supplier (like- name & phone number). It keeps track the sale of that product and can order to listed supplier of that product via phone call.

Topic used:-

SQLite, Content Provider, CursorLoader, CursorAdapter, Menu, FloatingAction Button, Alert Dialog, OnTouchListener, Intent etc

MainActivity:-

It is the home page of app. It lists all the products using ListView & Adapter. Clicking an item goes to DetailsActivity.Through FAB button you go to AddItemActivity where you can add information about the product.

Inventory

AddItemActivity:-

Using this activity you add a product of inventory in your database.

1

EditorActivity:-

Using this activity, you can edit product's information that is already in the database.

2

DetailsActivity:-

You get details information about the product & it's supplier.

3

About

Initial Commit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages