GithubHelp home page GithubHelp logo

pedrolucasp / log28 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wildeyedskies/log28

1.0 1.0 0.0 417 KB

A simple no frills period tracker for android

License: GNU Lesser General Public License v3.0

Kotlin 50.00% Java 50.00%

log28's Introduction

log28 - a simple no-frills period tracker for Android

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

  • Cycle Overview - overview showing when the next period will be
  • Day View - allows a user to view and edit data for any day
  • Calendar View - shows period info on a calendar
  • Cycle History - Shows the previous cycle start date and lengths in a list
  • Settings - settings for the app, note that there is a separate activity for enabling and disabling individual tracking options. There is also a custom adapter used to store the cycle information in the Realm database instead of the default preference storage.

log28's People

Contributors

beriain avatar pedrolucasp avatar wildeyedskies avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.