AdaptableBottomNavigation
AdaptableBottomNavigation copied to clipboard
A simpler way for implementing the Bottom Navigation View on Android
Good
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 `UnsupportedOperationException` inside `ViewSwapperAdapter`...
since Android Support Library v25.3.0 new method was added: bottomNavigationView.setSelectedItemId(R.id.item_id); In ViewSwapper exist an method: public void showItemAt(int position) {} both return NullPointerException :( Log: Caused by: java.lang.NullPointerException: Attempt to...
I want to alter the viewSwapperAdapter to fragment will not be destroyed and will be reused. Only swipe is disabled! it will be good if we get the option to...
In the xml example in the readme the AdaptebleBottomNavigationView is declared as: `