Share My Creation Inventory APP

This is a quick little inventory APP I'm working on for fun. I just wanted to work with a few libraries.

I took some of my other code and stuck it in here as well.

So, basically you can scan inventory items (or enter manually) , add QTY, and once your done share or send the attachment (excel sheet).

You can also enable gps, and it will stick a tinyurl into the worksheet if enabled.

I'm kicking around a few more ideas, but this is still a work in progress.
 
Last edited:

joschi

Member
Licensed User
Longtime User
hi!
i have downloaded the app and install. working well. great work. do you develop this for you or a customer?

some ideas:
I think to make the import automaticlly to a other program or online it's better to send an CSV; so you can split the ITEM and the COUNT
you can combinate this with MYSQL so I must not enter the items manually;

best regards

Aljoscha
 

merlin2049er

Well-Known Member
Licensed User
Longtime User
No, just fooling around with it. I might publish it on google play.

yes, I can split up the item & count and send it as a csv.
 

merlin2049er

Well-Known Member
Licensed User
Longtime User
I've updated it just a bit... Included tabs, and a few sqlite tables to keep from loosing data if the app is shut down.
 
Last edited:
Top