grantbow / activehabits

Android app for tracking clicks over time
http://www.activehabits.com
5 stars 1 forks source link

main screen tabs - Main/Record & Chart & Detail #32

Open grantbow opened 13 years ago

grantbow commented 13 years ago

Many android apps like music use tabs across the top. This is the interface I need for showing:

"Recording" buttons/actions in one tab and recorded detail data in another.

Chart will still default to Chart all but a different menu is now possible at the bottom. I remember doing some research but I am not sure how to do a context menu given the library we are using. I also need to research finding a way to chart different sets of data by passing values if I am to continue to use a separate activities launched with Intents.

The detail tab will allow showing of the raw data, allowing a platform for removing false presses and editing the time values of data points.