Medication Tracker App
For a university android app development module, I developed a medication tracker app that allowed the user to add medications, input how often it can be taken (e.g. paracetamol must not be taken for 4 hours after each dose), when it was last taken, the dose, and be notified when it can next be taken.
This was my first android application and the UI was kept very basic, prioritizing functionality without succumbing to project creep and trying to add too many functions, leaving a half-baked and incomplete app.
A CSV list of the most common medications used in the UK was downloaded and is used to autocomplete when a new drug is being added. Notifications are given using normal android push noficiations, and can be disabled at any time with the in-app settings, as well as the default unit of measurment (g, mg, ml, tablets).