Shopping List Midlet
The
Shopping List Midlet is a
J2ME application managing your (obvious) shopping list to mark and unmark your bought items. This tool is developed by
case.
Motivation
Instead of writing a new shopping list every time, forgetting it at home or trying to reidentify your scribbled notes it would be very handy to have the list on your mobile. So you could mark bought items, tracking your shopping experience :)
Features
Current Version 1.0.4
- to-buy and bought lists with move-single-item and move-all options
- add, remove and edit of new items (items status will be stored persistent)
- web download with configurable url
- list reset
- multiple shopping lists support (categories). Each can have its own download location.
User Manual
you will find simple instructions at
http://wintermute.de/wap/shoppinglistman.html
Version History
V 1.0.4 Changes to V 1.0.3
- Switched to MIDP2.0 (CLDC 1.0)
- Added german language set(Deutsche Version). Language will change depending on device setting.
V 1.0.3 Changes to V 1.0.2
- Added 'change category' feature to allow multiple shopping lists next to a default one.
- List download runs in extra thread and user input is rejected during download.
V 1.0.2 Changes to V 1.0.1
- bugfix: due to usage of an own ftp client a tokenizer bug was revealed
V 1.0.1 Changes to V 1.0.0
- options reordered
- replaced textfield with textboxes
- bugfix on error alert
ToDos
allow multiple lists with each having a different download url (for this, we need one additional ListForm selecting the current 'category'. Always provide a 'default' category, which is not deletable) DONE
Format of List file
Upload an ascii file to a webserver to be retrieved from the shopping list midlet using http get. Specify the url within the midlet to download it contents. The file should be stored in the following format:
bananas
milk bottle
white bread
see also
http://wintermute.de/wap/shoplist.txt
Download