An Android app which allows the user to create, keep and track lessons they teach.
Project created while studying at CodeClan, Edinburgh.
App allows the user to create new Subjects which can have a number of Topics.
Each topic will then be given a set learning objectives.
The user can then complete lessons using the created topics and state if objectives were met.
Tags can also be added to each objective, highlighting possible improvements.
- Android Studio - install instructions here
- Clone repository using
git clone https://github.com/bertiecroll/android_lesson_tracker
- Move repository to android studio projects folder.
- Open Android Studio and select
Open an existing Android Studio project
and select project.
Project built in Android Studio.
Sqlite.
MP Android Chart (https://github.com/PhilJay/MPAndroidChart).
JUnit used for testing.