MVVM architecture android example. Android mvvm tutorial hindi

Описание к видео MVVM architecture android example. Android mvvm tutorial hindi

MVVM architecture android example. Android mvvm tutorial hindi

Model-- view-- viewmodel (MVVM) is a software architectural pattern that facilitates the separation of the development of the graphical user interface (the view)-- be it via a markup language or GUI code-- from the development of the business logic or back-end logic (the model) so that the view is not dependent on any specific model platform.
The separate code layers of MVVM are:
Model: This layer is responsible for the abstraction of the data sources. Model and ViewModel work together to get and save the data.
View: The purpose of this layer is to inform the ViewModel about the user's action. This layer observes the ViewModel and does not contain any kind of application logic.
ViewModel: It exposes those data streams which are relevant to the View. It servers as a link between the Model and the View.

#mvvm #androidtutorials #androidstudio

Timeline
00:00 Introduction to MVVM architecture in android
01:15 Example of MVVM architecture in android studio
02:26 Setup dependency of Viewmodel, live data, room database
04:20 Setup layout for simple notes app
06:35 creating entity foe room database in android
07:50 creating DAO(Data access object ) for room database
10:00 creating database class for room database
11:00 Singleton pattern
13:50 creating repository class for mvvm architecture.
15:55 creating viewmodel in mvvm
18:02 creating viewmodel factory in android
19:18 setup data binding in project
25:01 output of our mvvm notes app
_________________________

Source Code : https://github.com/1902shubh/AndroidK...

🌐 Hosting Services : https://nuohost.com

Started your Journey in Android Development
🔴 Kotlin Crash Course :    • Kotlin crash course. Kotlin for andro...  
🔴 Android Crash Course :    • android development full course in hi...  
🔴 Android Series :    • android development full course in hi...  
🔴 College App with Admin App :    • Видео  

Connect With us
➯ Telegram Group : https://t.me/papaya_coders
➯ Instagram :   / papayacoders  
➯ Facebook :   / papayacoders  
➯ Twitter :   / papayacoders  
➯ LinkedIn :   / papayacoders  
_____________________________

Feel free to ask your doubts in comment section and also give your suggestion for android projects.
____________________________
Related Terms :
mvvm architecture android,
mvvm architecture android kotlin, ,
mvvm architecture android hindi,
mvvm architecture android example,
mvvm architecture android kotlin hindi,
mvvm architecture in hindi,
android mvvm tutorial,
android mvvm architecture tutorial java,
android mvvm kotlin,
android mvvm architecture tutorial,
android mvvm room retrofit kotlin,
android mvvm architecture tutorial kotlin,
android mvvm coroutines retrofit,
android mvvm tutorial hindi,
android mvvm architecture,
android mvvm livedata retrofit example,
mvvm android kotlin tutorial,
mvvm android kotlin hindi,
mvvm android kotlin example,
mvvm android kotlin github,
mvvm architecture android kotlin hindi ,
mvvm clean architecture android kotlin,
mvvm data binding android kotlin,
mvvm repository pattern android kotlin

Комментарии

Информация по комментариям в разработке