Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-architecture-components

Paging library - one recycler with multiple view types

Android LiveData - switchMap is not triggered on second update

Live Data Exception when using observable

Insert (or delete) single List item from LiveData

Android MVVM: How to handle network request failiures?

Could not resolve android.arch.lifecycle:extensions:1.1.0

Android MVVM: Does using Glide directly in a fragment break the MVVM pattern?

Use parcelable with safe args in navigation components

Which is better for Android MVVM package by feature or package by layer?

How should be implemented the ViewModel for an activity with many fields

AndroidViewModel with SavedState

EditText LiveData Two-way binding

Android Architecture Components(MVVM) - Ideal way to deal with remote and local data using repository pattern

Android Room Database: How to query alphabetically by name?

WorkManager: Call doWork() immediately for test purposes

MVVM architecture with custom view

What is the difference between 3 APKs generated from flutter?

Why is onDestroyView in a fragment called immediately after navigating with JetPack Navigation

Room database: What is Index specific columns (indices and @Index) and how to use it?

How to properly add options menu on a single fragment with navigation component without broke "up behavior"