Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-architecture-components

can I send nullable data type as argument using safeargs ? if not what should I do?

Where should I chain multiple network requests in MVVM? UseCases or Repository?

Navigation Host becomes null while navigating (Android Navigation Component)

Android DataStore Flow and LiveData | all preferences receive update although only one preference is updated

Android LiveData: Difference between LiveData provided as method or as variable

Why onChange() called twice when fragment recreated

Android Room: How to combine data from multiple SQL queries into one ViewModel

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 Room : LiveData callback of update insert?