This is Machine Insight IT test assignment. It was created in order to check your skills in programming and using Git - a distributed version control tool.
Your task:
- fork this repo,
- read api documentation (included in the project's sources in pdf format),
- implement registration process,
- implement login process,
- implement fetching and displaying achievements.
You should work with Android Studio IDE and apply to our basic app template. We've filled the build.gradle file with all needed dependencies.
Advices:
- use Android Open Source Code style (https://source.android.com/source/code-style.html),
- read official data binding guide (https://developer.android.com/tools/data-binding/guide.html),
- start with creating your develop branch,
- try to write unit tests.