Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-architecture-components

<androidx.fragment.app.FragmentContainerView> vs <fragment> as a view for a NavHost

LiveData.getValue() returns null with Room

Android Architecture Components: using ViewModel for RecyclerView items

Android MVVM ViewModel and Repositories for each entity?

Android Architecture Components: Using Enums

Activity with multiple ViewModels

Multi-module Navigation with Architecture Components

How to pass object of type Parcelable to a Fragment using Navigation type safeargs plugin

LiveData observing in Fragment

Room attempt to re-open an already closed database

Android Persistence room: "Cannot figure out how to read this field from a cursor"

Warning: warning: Supported source version 'RELEASE_7' from annotation processor 'android.arch.lifecycle.LifecycleProcessor' less than -source '1.8'

LiveData. Cannot assign to ‘value’: the setter is protected/*protected and package*/ for synthetic extension

How to create a Worker with parameters for in WorkManager for Android?

How to combine two live data one after the other?

When to use MutableLiveData and LiveData

How to create BottomSheetDialogFragment using Navigation Architecture Component?

add unique constraint in room database to multiple column

LiveData prevent receive the last value when start observing

How to implement a ViewPager with BottomNavigationView using new Navigation Architecture Component?