NoteKeeper is an Android application that allows you to save notes about courses which you have taken on pluralsight
Branch | Status | Code Coverage | Code Quality |
---|---|---|---|
master | |||
develop |
This was created as a result of the pluralsight course for the Google Associate Android Developer path, written in part by Jim Wilson and also by myself.
It allows you to
- Create new notes
- Read existing notes
- Email note to a friend
Things I've added myself
- Continuous integration / deployment using Travis CI
- Code coverage reports using jacoco
- Code coverage monitoring using CodeCov
- Code quality monitoring using Codacy
- Significantly better test coverage