Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-architecture

Android multi-module architecture: domain depends on data or vice versa

How to make Architecture's PagedListAdapter survives configuration changes?

LiveData.addSource onChanged event not calling Android

Implementing MVP on a single activity with two (or multiple) fragments

Passing data from one viewmodel to another android MVVM

How to share dependencies in a Modularized Android App

Androidx and databinding

A dependent feature was defined but no package ID was set. You are probably missing a feature dependency in the base feature

BoundService + LiveData + ViewModel best practice in new Android recommended architecture

What is difference between MediatorLiveData and MutableLiveData in MVVM