-
- [x] Log in page #2
- [x] Sign up page #2
- [x] Menu
* Classify (Plants and Diseases)
* Weather Conditions (location picker)
* Nearby Nursery (Map Integration)
* Profile
Created `BottomNav…
-
**Is your feature request related to a problem? Please describe.**
There is no chance to add stroke to badge which is great to have in case BottomNavigationView.Item's icon color is the same as badge…
-
-
## 💬 Questions and Help
Hi all,
I have a quick question regarding caching of view models.
I have an activity which is using a BottomNavigationView in order to display 4 different fragments.
…
-
https://stackoverflow.com/questions/54616996/android-navigation-component-and-bottomnavigationview-in-a-multi-module-application
I am facing extract same circumstance here... trying to create a mul…
-
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.TypeCastE…
-
https://github.com/googlesamples/android-architecture-components/tree/master/NavigationAdvancedSample
現在のBottomNavigationViewはマテリアルデザインガイドラインに準拠していないという[issue](https://issuetracker.google.com/issue…
-
How to add notification badge on Bottom Navigation View?
Usually we do this :
```
val navBar = findViewById(R.id.bottom_navigation)
navBar.getOrCreateBadge(R.id.action_stamp).number = 2
``…
-
I found a crash which occurs when using a custom adapter that extends from `FragmentAdapter`.
Whenever the `ViewSwapper` makes a call to `clearItem()` it throws a custom `UnsupportedOperationExcept…
Gnzlt updated
6 years ago
-
Tried to the NavigationExtensions.kt helper class to add navigation to BottomNavigationView, but getting
kotlin.TypeCastException: null cannot be cast to non-null type androidx.navigation.fragme…