teaching machines

Exek Premortem

November 7, 2014 by . Filed under postmortems.

Exek

This is an app that will enable you to keep track of a simple inventory.  The inventory contains categories along with items in each category.  The items have an associated quantity that can be edited.  The items are stored in a database using SQLite and persisted on the phone.  In the category view, an item can be added to a category by holding down on the specified category.  In the Inventory view, the list of items can be cleared by shaking the phone.  This app also enables you to take photos and store them on your phone’s gallery to keep images of this inventory.

Achievements

– List view with custom adapter
– local database to persist data
– Integration of camera
– Integrated sensors
– Multiple touches/touch-driven interaction

Layout

exek_premortem