Skip to content

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!

Notifications You must be signed in to change notification settings

n3o-d4rk3r/MVVMProject

Repository files navigation

MVVM Arc. Design Project - Remotly Work INTERVIEW

MVVM is Model View ViewModel Architechtural design patturn.

MVVM Package Structure:

└── 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

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

No packages published

Languages