Want to try it out?
The latest APK file is available on the releases page.
- List/add/edit/delete note
- Note background image from internet
- "Medium.com" like typing experience
- Local data persistence
- Dark theme
The repository includes a comprehensive suite of JUnit4 unit tests that cover various aspects of the app, including view models, use cases, repositories, and mappers. The purpose of these tests is to ensure that the app functions as expected and to catch any issues or bugs that may arise during development.
To run the unit tests, run the gradle command below.
$ ./gradlew test
The repository includes a lint configuration that enforces consistent code style and identifies potential issues in the code.
To run the linter, run the gradle command below.
$ ./gradlew lint