Skip to content

Future Improvements

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