#2 Android ViewModel Tutorial - Android Architecture Component - Jetpack Tutorial - MVVM tutorial

Publicado em: 03 Fevereiro 2020
no canal de: Munir Hoque
1,104
18

This video tutorial is all about the ViewModel. We will learn how to use android ViewModel in our project.

ViewModel is an android architecture component which basically have 2 attributes -
Holds all UI related data for UI controller(Activity/Fragment)
Survives any runtime configuration changes like rotate phone from Landscape to portrait and vice versa.
Starter Project download link : https://bit.ly/2UmN4bt
First part link -    • #1 Android ViewModel and LiveData Tutorial...  

Full Playlist link :    • Android ViewModel and LiveData  

ViewModel and LiveData dependency -
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'


 Let’s consider the current situation. Right now all our UI related data are inside Fragment. And when we rotate our phone, the runtime configuration is changed. After that Android OS internal system recreates our Fragment, but our valuable data is lost already if we do not take any action to save data.

Here comes the ViewModel to save us from this situation. We store our UI related data into ViewModel instead of saving inside Fragment. And thus we make an association between our fragment and the ViewModel.
Now when we rotate our phone and the configuration changes and after that the Fragment is recreated. As we have an association with ViewModel we can get all our UI data to show inside our Fragment.



#AndroidViewModel
#AndroidAppDevelopmentTutorial
#MVVMTutorial
#AndroidMVVM


Nesta página do site você pode assistir ao vídeo on-line #2 Android ViewModel Tutorial - Android Architecture Component - Jetpack Tutorial - MVVM tutorial duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Munir Hoque 03 Fevereiro 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 1,104 vezes e gostou 18 espectadores. Boa visualização!