└── app
├── src
│ ├── main
│ │ ├── java
│ │ │ ├── com.example.myapp
│ │ │ │ ├── data
│ │ │ │ │ ├── local
│ │ │ │ │ ├── remote
│ │ │ │ │ ├── repository
│ │ │ │ │ └── model
│ │ │ │ ├── domain
│ │ │ │ │ ├── usecase
│ │ │ │ │ └── model
│ │ │ │ ├── presentation
│ │ │ │ │ ├── view
│ │ │ │ │ ├── viewmodel
│ │ │ │ │ └── adapter
│ │ │ │ └── util
│ │ │ │ ├── Constants
│ │ │ │ ├── HelperClass
│ │ │ │ └── Extensions
│ │ │ └── com.example.myapp
│ │ └── res
│ └── test
│ ├── java
│ └── res
└── build.gradle
-
Notifications
You must be signed in to change notification settings - Fork 1
MVVM (Model-View-ViewModel) is an architectural pattern used in software development to separate the user interface (UI) from the business logic of an application. This created by me for interview season!
n3o-d4rk3r/MVVMProject
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
MVVM (Model-View-ViewModel) is an architectural pattern used in software development to separate the user interface (UI) from the business logic of an application. This created by me for interview season!
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published