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

kabirpofficial/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

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy