Shopping list android application. Simple multi-user app to keep track of your groceries.
https://play.google.com/store/apps/details?id=s.pahlplatz.shoppinglist
- View your current list of products that you need.
- View all products you ever added.
- Delete products dynamiclly.
- Multiple accounts.
To run this application you need to:
- Replace the connection string in
ShoppingList\ShoppingListV1\app\src\main\res\values\cstrings.xml
to your own connection string. - Set up a SQL server with the tables and procedures in the folder
ShoppingList\Templates
.