architecture-components-samples
architecture-components-samples copied to clipboard
Samples for Android Architecture Components.
/* 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...
@chethaase In MADSkillsNavigationSample, just double tap the donut quickly and the app crashes: ``` 2021-10-08 09:42:27.752 6880 6880 E AndroidRuntime: FATAL EXCEPTION: main 2021-10-08 09:42:27.752 6880 6880 E AndroidRuntime: Process:...
version navigation component: 2.4.0-alpha02 I try to use deeplink to navigate to UserProfile fragment. But the app crashed and this is the stack trace logcat. ```Navigation destination that matches request...
Fixes failing test: ``` Could not resolve androidx.test:core:1.2.0. Required by: project :app > androidx.fragment:fragment-testing:1.2.0 > Cannot find a version of 'androidx.test:core' that satisfies the version constraints: Dependency path 'GithubBrowserSample:app:unspecified' -->...
The requirements are as follows: when obtaining the product list, you need to pass multiple parameters, for example, a query parameter and an order sorting parameter, but you don't know...
Are there any plans to provide a sample showing how to load a `PagingSource` from the Room's `Dao` at a certain item position? Example: - User sends me an image....
From Official docs: Fragments outlive their views. Make sure you clean up any references to the binding class instance in the fragment's onDestroyView() method. My question is the following: `...
## Question about Navigation Advanced Sample In the example the most left menu item is the main one - if user clicks on other menu items and then presses back...
I need to have Java code for these Samples...