Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-architecture-components

Repository to return LiveData when Room doesn't have it and instead fetches from REST API

Calendar TypeConverter for Room (Kotlin)

Android Architecture Cannot add the same observer with different lifecycles

Android ViewModel for a custom view

Clear complete back stack of navigation controller

Using Android navigation architecture component with tab layout [duplicate]

Transformations.map and MediatorLiveData crashing app with null object reference

Android Paging Library with Databinding

LiveData does not call LifecycleRegistryOwner if standard Fragment is used

Android Live data observer exception

Provide a @Multibiding of an empty map of Providers with Dagger 2

LiveData_LifecycleBoundObserver_LifecycleAdapter cannot be cast to GeneratedAdapter

Making a generic network adapter using livedata, retrofit, mvvm and repository pattern

How to pass data from repository to ViewModel using coroutine