Skip to content

AdamGuidarini/MediTrak

Repository files navigation

MediTrak

An Android app that helps you keep track of your medications.

About

MediTrak is an Android application designed to make it easier for users to keep track of their medications and to help them remember to take them. It offers the ability to add medications for multpile patients, set medication reminders on a variety of intervals, and take notes on a medication to record any adverse effects if might cause. All user data is stored locally is not share with either the developer or any other third party.

Requirements

  • Android 8 Oreo or newer

Languages

Building the App

It is strongly recommended to use Android Studio to build and test this application.

Additional Dependencies

C/C++ SQLite3 Library

This project uses the sqlite3.c and sqlite3.h files in its NDK portion. These can be found here in the zip file under "Source Code". In order for CMake to find them, and enviroment variable called SQLITE3_LIB_PATH has to be set to their path.

Setting the Envrioment Variable
  • Linux (Native)

    export SQLITE3_LIB_PATH=/path/to/dir/
    

    It is strongly recommended to add this to the .bashrc file in your home directory so they will persist across sessions.

  • Linux (Flatpak)

    flatpak override --user --env=SQLITE3_LIB_PATH=/path/to/dir/ com.google.AndroidStudio
    
  • Windows

    [Environment]::SetEnvironmentVariable('SQLITE3_LIB_PATH', 'C:\path\to\dir', 'Machine')
    

    This will create an environment variable that will persist across sessions.

Installation

Get it on GitHub Get it on IzzyOnDroid

GitHub

  • The latest releases can be found here: releases. You may need to enable downloading apps from unknown sources to install it.
  • You can also use the app Obtainium or others like it to automatically update to the newest release on GitHub.

F-Droid

Thanks to IzzySoft, this app is available in the IzzyOnDroid F-Droid repository here.

Adding the repository to the F-Droid App

Screenshots