Skip to content

A meditation app for Android.

License

Notifications You must be signed in to change notification settings

bevan-philip/botree

Repository files navigation

Bo Tree

An Android meditation app, made for a University module. Written in Kotlin.

Download APK

Read documentation (re-size the documentation page to see Mobile pictures)

Features

  • Meditation timer
  • Tracking of meditation practice
  • Reflections (the ability to journal)
  • Daily meditation notification
  • Data Export (Reflections and Meditation History)
  • Mobile and tablet support

Structure

  • app/src/main contains the application code.
  • app/src/test/java/com/bphilip/botree/UnitTest.kt contains unit tests for the Kotlin.
  • app/src/androidTest/java/com/bphilip/botree/InstrumentedTest.kt contains the system tests.