Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adwardstark/dindinn-assignment
An android-app built entirely based on MVVM architecture with RxJava, Retrofit & Kotlin used as stack and Hilt for dependency-injection as a part of assignment by DinDinn.
https://github.com/adwardstark/dindinn-assignment
Last synced: 12 days ago
JSON representation
An android-app built entirely based on MVVM architecture with RxJava, Retrofit & Kotlin used as stack and Hilt for dependency-injection as a part of assignment by DinDinn.
- Host: GitHub
- URL: https://github.com/adwardstark/dindinn-assignment
- Owner: adwardstark
- Created: 2021-09-11T10:46:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T11:31:22.000Z (about 3 years ago)
- Last Synced: 2024-03-24T13:36:05.751Z (8 months ago)
- Language: Kotlin
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DinDinn Assignment
This repositiory contains source-code for an android-app entirely based on MVVM architecture with RxJava, Retrofit & Kotlin used as stack and Hilt for dependency-injection.
For more information, check [DD_Mini_Assignment-Android.pdf](https://github.com/adwardstark/dindinn-assignment/blob/master/dd-assignment.pdf)
### Notes
---
- The network layer is mocked in debug-mode and the data will be loaded from `src/main/assets` directory. You can add/modify items by updating `orders.json` and `ingredients.json` file respectively.
- Unit tests were not added because the mentioned cases belong to instrumentation tests.
### Screenshots
---