https://github.com/dabitdev/androidchallenge
Mobile Android coding challenge
https://github.com/dabitdev/androidchallenge
Last synced: about 19 hours ago
JSON representation
Mobile Android coding challenge
- Host: GitHub
- URL: https://github.com/dabitdev/androidchallenge
- Owner: dabitdev
- License: apache-2.0
- Created: 2018-08-03T16:28:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T17:13:04.000Z (over 7 years ago)
- Last Synced: 2025-07-10T23:28:27.712Z (7 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AndroidChallenge
Mobile Android coding challenge
Develop an app that allows a user to see the list of receipts and add the ability to remove them.
Fork this repo and keep it public until the review has been completed.
Android: Java/Kotlin
Fetch users from https://jsonplaceholder.typicode.com/users
Receipts should be persisted locally and act on them only local.
The app has to allow the switch of the user.
Evaluation:
App operates as asked
No crashes or bugs
SOLID principles
Code is understandable and maintainable
Write at last a test that has coverage in some part that you feel interesting to test.
If you could use any new architecture like mvvp will be a bonus.
Hints:
Let's switch the user by the dropdown view.
To select rows to delete use the gmail UX
/users to fetch the users
/receipts to fetch the albums