teaching machines

U And I: Dave Moss Resub

November 8, 2012 by . Filed under cs491 mobile, fall 2012, postmortems.

I created a grocery list app, the purpose of which is to keep track of what you need to buy from the grocery store. A fairly interesting thing I learned was that to store a list in the SharedPreferences, you need to use a workaround since it cannot store straight up lists. to do this I stored the entire list as a String and split it when the app is restarted. The widgets I used were: Buttons, EditTexts, Labels, ListViews, MenuItems, CheckBoxes.