Top "Android-architecture" questions

What is difference between MediatorLiveData and MutableLiveData in MVVM

I have searched a lot but not found the crystal clear answer for the questions: What is the difference between …

android android-livedata android-architecture
Androidx and databinding

I'm migrating my dependencies for an Android P test to the androidx dependencies. For some not very clear reasons my …

android android-support-library android-databinding androidx android-architecture
BoundService + LiveData + ViewModel best practice in new Android recommended architecture

I been struggling a lot thinking about where to place Android Services in the new Android recommended Architecture. I came …

android android-service android-architecture-components android-jetpack android-architecture