Home

Awesome

log28 - a simple no-frills period tracker for Android

<a href="https://play.google.com/store/apps/details?id=com.log28"><img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" height="75"></a>

<a href="https://f-droid.org/packages/com.log28"> <img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80"> </a> <img src="screenshot.png" width="280"/>

Database Information

log28 uses realm as it's database. There are 3 "tables"

Category - these are the categories of symptoms. They have a name and boolean for whether they are active. Symptom - symptoms belong to categories and have names. DayData - represents the data for a single day. These objects have a list of symptoms that have been recorded that day.

Models and import/export code are located in Database.kt, Queries are located in Queries.kt

Views

There are four main views (tabs) in log28, as well as the App into screens and settings