Skip to content

pill-pals/pillpals-android

Repository files navigation

Pill Pals ๐Ÿ’Š medication tracking and information app, built for for Android ๐Ÿค–

Download on Google Play

Setup

Built with Kotlin, using Material, MPAndroidChart, and Google Vision

https://material.io/develop/android/

https://github.com/PhilJay/MPAndroidChart

https://developers.google.com/vision

Structure

Each navigation page is a Fragment, placed under pillpals/ui/<fragment-name>

These fragments leverage:

  • layout intents, placed under pillpals/ui, which inflate layouts in res/layout
  • service intents, placed under pillpals/services
  • helper classes, placed under pillpals/helpers
  • seeds and API data models, placed under pillpals/data
  • Realm data models, placed under pillpals/data/models
  • our OCR reader, placed under pillpals/ocrreader

Each layout, either for a fragment or for a layout intent, is placed under res/layout

Screenshots

Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot

License

No license is provided for use of this source