architecture-components-samples icon indicating copy to clipboard operation
architecture-components-samples copied to clipboard

Samples for Android Architecture Components.

Results 192 architecture-components-samples issues
Sort by recently updated
recently updated
newest added
trafficstars

Paging 3, with Room. I have created an app just like the PagingSample and start writing test for it. Here is what I have in DAO : ``` @Query("SELECT *...

I would like to navigate to fragment A in more than one graph. "Now I get this error : navigation destination action_compareListFragment_to_productPageFragment is unknown to this NavController" How should I...

My app has 5 graphs and there are many destinations that are common in all of them. How can I fix it in NavigationAdvancedSample without adding every common destination in...

I want to follow best practices for modern android develop and GitHub sample is a complete solution for that but there soe much old code and like using dagger 2...

How to ignore single view/viewgroup or viewgroup & his children? Whether the relevant configuration rules can be added? like this: `viewbinding.ignore` ``` abc_** **_abc ```

Hi, similar to the navigation sample I'm using different navigation graphs and the extensions provided in the sample and I need to `findController().navigate()` between the second fragment of Navgraph A...

I'm using helper extension from NavigationAdvancedSample for BottomNavigationView, and it works well, when I just set menu at the start of application. In my logic I need to reset BottomNavigationView's...