Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-architecture-components

Android Studio 3.1 Default or static interface method used without --min-sdk-version >= 24

Joining tables in a ROOM database

Android: how to add items and refresh list when using PagedList?

Change Language while using Navigation Component API 24+

How to pass data binding variable as xml attribute to custom view

Returning LiveData from repository

Android ViewModel recreated when its Host Activity was not in the top of Activity Stack and the device was rotated

Android : How to OnConflictStrategy.REPLACE but preserve one particular field

How to refresh data in Architecture Components ViewModel

Filter recycler view populated by view model's LiveData entries

Android Studio does't check/highlight Kotlin Room DAO queries when string occupies more than 1 row

Why is it that LoadParams.requestedLoadSize returns the specified page size to LivePagedListBuilder times 3?

Using Navigation Architecture Component with Navigation Drawer

How to implement Livedata and Databinding in Android?

Is there any need to use onSaveInstanceState and onRestoreInstanceState when using Android Architecture Components LiveData & ViewModel?

How can LiveData in ViewModel observe the Livedata in Repository using Transformations?

Is there a way to use Android's LifecycleObserver to notify about onActivityResult?

How to exit app on back press in a non start destination?

Observable field usage with two way binding (Removing property change listener)

Deep linking from Notification - how to pass data back up through the backstack?