teaching machines

Persist :: Chris Sippel

October 27, 2012 by . Filed under cs491 mobile, fall 2012, postmortems, Uncategorized.

I chose to build off my U and I assignment, by adding database functionality to the Starting Strength app. The app now has the ability to store the entire current session of data (weight, names and numeric values) and retrieve them for later viewing. The App will automatically save anything that has been typed into the text boxes when the app closes, and automatically pulls the last session when it’s resumed. The user can delete any item of the history from the database by long clicking that item. I also created a second layout for the landscape mode if the orientation changes and no data is lost during this change.