This is a simple app that follow MVVM and databinding and It is a copy of this reposetory 🇮🇷😆 .
| description | example | |
|---|---|---|
| View | This is a component that user can interact with it . | Activity, Fragment |
| ViewModel | This is a component that you can put your business logic here . | |
| Model | This is a component that you make your model here . |

