Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-architecture-components

Can you use paging library and PagedList with a ViewPager?

Convert RxJava Observables To Live Data With Kotlin Extension Functions

Android paging library with clean architecture

how to make custom back button to go back to certain destination using navigation controller in Android?

When to unregister LifecycleObserver

How to navigate between two activities using jetpack navigation library

State Holder in jetpack compose

How do I update columns of a Room entity only if it's null?

DAO error:-Type of the parameter must be a class annotated with @Entity or a collection/array of it

Get FragmentManager inside AndroidViewModel

Android Architecture Components: How is LiveData in the repository observed by a ViewModel

Trigger a second query from LiveData and merge results (Firestore)?

viewmodel making network call on screen orientation change android

How to concatenate string in room dao query?

Room using the @Relation annotation - one to many relationship where clause child relationship

AndroidViewModel instantiated without passing application context?

still have error no current navigation node even after using navigation 2.2.1

Refactoring google's NetworkBoundResource class to use RxJava instead of LiveData

Android Room : LiveData callback of update insert?