Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 908 Bytes

Organizing Learning.md

File metadata and controls

25 lines (19 loc) · 908 Bytes

What is DataBdingin.licecycleOwner=this?

binding.lifecycleOwner used for observing LiveData with data binding.
Kind of android:text=@{viewModel.text} where val text:LiveData<String>.
View will observe text changes at runtime.

MyViewModel에 파라미더 전달하기

참고-1

Singleton - Retrofit

OkHttp.Interceptor

LiveData란

ViewModel이란

What is ViewModelProvider?

What is Difference between ViewModel with AndroidViewModel?

LiveData + ViewModel => Observer Pattern