Hi all,
We are looking to develop a custom Android app used to track inventory in a building. The high-level requirements:
Please contact me for any additional details or questions.
Thank you!
We are looking to develop a custom Android app used to track inventory in a building. The high-level requirements:
- Data will read and write from a local SQLite database
- There will be approximately 7-10 screens
- We will be scanning 1D barcodes (not QR codes)
- We are currently deciding between using the phone’s camera to scan the barcode, or using an Android-based scan gun with a laser barcode scanner (something like this: https://bit.ly/3xa7nJZ)
- If we decide to use a dedicated scan gun, then you might have to wrap the barcode scanner’s SDK
- User selects the building they are in (from a drop down; the drop down reads from the SQLite database)
- If it’s a new building being inventoried, then they add it to the SQLite database
- If the room has been previously been inventoried, it will have a barcode; the user scans the barcode, pulling up the room’s info (from the SQLite database); alternatively they can select the room they are in (from a drop down; the drop down reads from the SQLite database, and is filtered based on the room selected)
- If it’s a new room being inventoried, then they stick a new barcode to the room’s door and scan it - bringing up a data entry screen (and the new room is added to the SQLite database)
- They then scan each barcode in the room; each time it’s scanned the item’s details are retrieved from the SQLite database and displayed in a form (which can be updated if needed)
- If it’s a new item being inventoried, they attach a barcode to the item and scan it - bringing up a data entry screen (and the new item is added to the SQLite database)
- You can search for an item, and move it to a different room (this updates the location column in the database)
Please contact me for any additional details or questions.
Thank you!
Last edited: