-
Please update the code for this. it happen when i update my all dependency with latest version.
-
# Problem
By default, `BottomNavigationView`should animate when navigating. The default animations [can be found here](https://android.googlesource.com/platform/frameworks/support/+/refs/heads/androi…
-
The explainer says:
> Does not allow developers to detect the Locked Mode feature by checking the existence of a separate API
Although complex, feature detection is possible if we're considering…
-
FirebaseUI-FirebaseRecyclerAdapter is not supported by NavigationUI!
After clicking item in recyclerview its navigated to another fragment.
Once returning back or onBackPressed() previous loa…
-
As per new guidelines by developer.android.com, Now BottomNavigationView is operated using ViewModel and NavController but SmoothBottomBar is unable to support that
```
error: no suitable method f…
-
Hello sir, I tried to implement your "improved fragmentfactory" as you had shown [here](https://medium.com/supercharges-mobile-product-guide/fragmentfactory-with-dagger-and-hilt-31ee17babf73).
The …
-
this is a very useful library. Yet I noticed that in Android Chrome it fails to hide the navigation bar. In order to do that, _navigationUI: 'hide'_ option needs to be provided to requestFullscreen(),…
-
### Expected Behavior
I should be able to mock NavController on a Espresso test.
### Current Behavior
Im having this crash when I'm mocking NavController on a Espresso test:
`java.lang.NullP…
-
we can not use this library with navigation component.
in _setupWithNavController_ method explained in [this link](https://developer.android.com/guide/navigation/navigation-ui#include_collapsingtoolb…
-
Hello I have an inquiry,
Mr. Murat Yener mentioned [here](https://youtu.be/Covu3fPA1nQ?t=58) that multiple backstack is enabled by default, but he didn't mention how to disable it
How I can disable …