All Projects → woefe → ShoppingList

woefe / ShoppingList

Licence: GPL-3.0 License
A simple shopping list for Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ShoppingList

ShoppingList
📝 My first Android app, a shopping list app.
Stars: ✭ 17 (-70.69%)
Mutual labels:  shoppinglist


ShoppingList

A simple shopping list for Android

Get it on F-Droid

ShoppingList text file

ShoppingList saves your shopping lists as a plain text files. The syntax of a ShoppingList file is quite simple and easy to read and edit.

Syntax

  • The very first line of the file is the name of the list in square brackets
  • Empty lines or lines with only white spaces are ignored
  • Every item of the list corresponds to a single line in the file
  • Checked items start with //
  • Specifying the amount of an item is optional
  • The amount of an item and its name are separated by the #-Sign

Example

[ ShoppingList ]

Milk
Bananas #
Juice #2 Liters
// Eggs #12

Synchronization

To synchronize the lists select a folder in the ShoppingList settings which gets synchronized by whichever sync-software you use. The ShoppingList app will automatically detect lists (and changes to the lists) that show up in the folder. Note that unfortunately most synchronisation solutions on Android cannot continuously watch and synchronize the folder.

Nextcloud Example

  1. Create a shoppinglists folder in your Nextcloud
  2. Sync this folder to your Nextcloud files app.
  3. Go to ShoppingList settings and find this folder on your Android file system (e.g. /storage/emulated/0/Android/media/com.nextcloud.client/nextcloud/[email protected]/shoppinglists)
  4. If you want to sync the lists, open the Nextcloud files app and synchronize the shopping list folder

Better Integration with Nextcloud is planned.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].