Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-architecture-components

Authentication with Architecture Components MVVM, passing token from Repository to ViewModel

Displaying loading indicator with Paging Library

Android Paging (3) load all pages at once

Architecture Components ViewModels inject with dagger with params that come from the Activity/Fragment

Database Migration Failed due to unique constraint in room

Why are the repository classes singletons in this sample app?

How to restore recyclerview scroll position when using PagingDataAdapter?

MVVM with Android Architecture Components

How can I change in ViewModel source of my LiveData from Room Dao

Android Room: How to use embedded with a custom query

Navigation component - Issues with navigation drawer

Refresh data from a network using LiveData

Room: related entities - usable public constructor

Paging library data source with specific page index

What is the difference between emit and emitSource with LiveData ? ( as in REAL time USE-CASE )

Accessing BroadCastReceiver in Viewmodel

Navigation Library inflator throws ClassNotFoundException for data class

How to Start Second Activity with Navigation in Jetpack

Android Paging library doesn't fire loadAfter()

Map LiveData<PagedList<X>> to LiveData<PagedList<Y>>