-
Notifications
You must be signed in to change notification settings - Fork 0
Future Improvements
jetheis edited this page Mar 20, 2012
·
1 revision
- Shared Prefs should also store the screen that I am on (main, shop, stock) and launch that activity.
- Need to stress-test/monkey-test the app
- A theme that’s not the default might be nice? See
file:///C:/Program%20Files/android-sdk-windows/docs/guide/topics/ui/themes.html
- Consider using a simpleCursorAdapter to connect directly to the DB
- Consider adding other units: can, clove, ???
- Remove ShoppingList object since just an array list of items? (Or beef it up, to have a store name?)
- Use auto-completion on a large database of grocery items. From where should I get this list?
- Remember that stock mode needs to keep quantities visible at the top level, unlike the other apps. This is a key to its success.
- Credit the creators of GrocerySmart and OutOfMilk in my credits.
- The whole real estate for a List Item should respond to a click, not just the name.
- Use a custom numeric keypad for entry of numeric items.