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

Let's say we have a bottom navigation view with 4 tab, we fave a deeplink for fragment in 4 tab, so when navigate with this deeplink, the 4 tab are...

closes #1059 Following changes were made: 1. `WorkManager` instance is initialized on-demand using the app-startup library and injected in the `FilterViewModel` using `Hilt` and `@Provides` method. 2. Workers now use...

#### **Description** ### Hilt should be used along with App Startup's Initializer interface to provide a WorkManager instance on first access. >WorkManager should be initialized on-demand rather than when the...

About WorkManager, I want to control the execution time of work, such as starting execution after logging in and pausing execution after logging out. I think we can add custom...

I'm implementing this bottom navigation pattern but with a splash fragment. My issue is when I navigate throw different fragments with bottom menu and I press to go back, I...

i'm using navigation component in my android app. i have a search edit text on that i attach a text watcher. when that search edit text come into focus i...

I'm using the ktx function in `NavigationExtensions.kt` for `BottomNavigationView` Everything works great, however when I switch the app to Split-Screen mode and then full screen it again, If `BottomNavigationView`'s selectedItemId...

This Bug-Report is about the navigation components in Version 2.4.0-beta02. I have a simple test app with a bottom navigation with two tabs and in total 4 fragments (two per...

Hello I am working on a hobby app, using bottom navigation bar. I copied the NavigationExtensions.kt extension file from the NavigationAdvancedSample and I get this exception: `kotlin.TypeCastException: null cannot be...