https://github.com/rezaiyan/eatit
Android Sample Modular Architecture App is written in Kotlin. (MVVM, Hilt, RxJava, Epoxy, MvRx)
https://github.com/rezaiyan/eatit
clean-architecture epoxy kotlin mvrx objectanimator rxjava
Last synced: 2 months ago
JSON representation
Android Sample Modular Architecture App is written in Kotlin. (MVVM, Hilt, RxJava, Epoxy, MvRx)
- Host: GitHub
- URL: https://github.com/rezaiyan/eatit
- Owner: rezaiyan
- Created: 2020-12-15T16:12:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T08:25:10.000Z (over 4 years ago)
- Last Synced: 2023-09-07T05:22:31.883Z (over 1 year ago)
- Topics: clean-architecture, epoxy, kotlin, mvrx, objectanimator, rxjava
- Language: Kotlin
- Homepage:
- Size: 7.4 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eatit
Android Sample Modular Architecture App is written in Kotlin. ([MVVM](https://g.co/kgs/pjZHLc), [Hilt](https://dagger.dev/hilt/), [RxJava](https://github.com/ReactiveX/RxJava), [Epoxy](https://github.com/airbnb/epoxy), [MvRx](https://github.com/airbnb/MvRx))### Design
![]()
![]()
### Architecture
...### Contributing
Your contributions are always welcomed but for easier and faster code review please consider:* Feature branches are created from develop
* When a feature is complete it is merged into the develop
* Create a descriptively named branch
* Every branch should only fix one issue, this way branches can be merged easier
* Each commit should only change one thing, this way commits can be reverted easier
* When you need feedback or help, or you think the branch is ready for merging, open a pull request
* Refrain from adding tools and technologies that increase the complexity of the project