Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.12 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.12 KB

Shopping List

A simple and straightforward shopping list app with smartwatch support. Swipe between the categories and click on the products to add them to the list. You can prepare your list at home so you don't forget anything. Once in the shop, click on the products on the list to mark them as already in the cart. When you close the app, all the products that were in the cart will be removed from the list automatically. You can also create, edit and delete your own products and categories to adapt the app your your needs. The app comes with an Android wear version for your smartwatch. You don't need to hold your phone in your hand, the list will appear on your watch!

Configuration

After you clone the repository you have to add the following lines to the file gradle.properties:

RELEASE_KEY_ALIAS      = ???
RELEASE_KEY_PASSWORD   = ???
RELEASE_STORE_PASSWORD = ???
RELEASE_STORE_FILE     = ???