architecture-components-samples
architecture-components-samples copied to clipboard
Samples for Android Architecture Components.
Fixed the crash in case extension is to be used with fragment ```Kotlin @Override public void onDestroyView() { super.onDestroyView(); if (mViewParent != null && Navigation.findNavController(mViewParent) == mNavController) { Navigation.setViewNavController(mViewParent, null);...
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 Renovate will begin keeping your dependencies up-to-date only once...
I'm using Android Studio Electric Eel. When I try to run the project I get this error: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed...
MX TakaTak is a video palyer, On MX TakaTak, we provide rich video content quality and it suppors all most all video formats. https://apps.microsoft.com/detail/9N4TWG73SSTN
When navigating between the Leaderboard and other tabs, the Leaderboard is recreated every single time you return. The recycler state should be retained. This is the same issue I'm having...
/* Remove this comment Reporting an issue with the Architecture Components or the samples? ## Question about Architecture Components? If you want to ask how to do something, or to...
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need...
In practice, it's a good practice to have a one-to-one relationship between the starting version and a migration. Each version should have a unique migration associated with it to ensure...
I am getting two errors 1. java.lang.IllegalArgumentException: Unable to create call adapter for class androidx.lifecycle.LiveData from the caller. 2. Caused by: java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType , which...
Component used: Navigation Version used: 2.5.2 I would like to know if there's a way to stop saving states of different navigation views in the latest navigation library. As this...