It would be nice if we kept a data log
- What time of day we took the pill
- Whether we missed any days
- How long ago was the last time we missed a pill
Technical challenges:
- Do we store it in sharedPreferences or a separate database file?
- What should the user interface look like?
- Should this data be backed up to the cloud by default?
It would be nice if we kept a data log
Technical challenges: