This app is a simple sound recording app implementing Material Design. Forked from
You have 2 goals:
- Preparing test cases for app
- Implementing 5 of them
Important Points:
- Fork repo and start with new one
- README.md file should be in tests folder and it should contain test case list.
- Tests should be executable both on a Phone and a Tablet emulator
- Send an email after new repo-branch is ready to review (to: [email protected])
Evaluation Criteria:
- Code should be easy to read and understand
- Implementation should contain Test Design Patterns
- Commit Messages should be descriptive
- Clean Code techniques should be applied
Useful Links:
- https://developer.android.com/studio/install
- https://developer.android.com/training/testing/espresso/setup
- https://developer.android.com/training/testing/set-up-project
- https://developer.android.com/reference/android/support/test/espresso/Espresso.html#openActionBarOverflowOrOptionsMenu(android.content.Context)
- https://www.planetgeek.ch/wp-content/uploads/2013/06/Clean-Code-V2.2.pdf