I am trying to add a badge to the BottomNavigationView Item without using any library, however somehow the BottomNavigationView is not showing the
BottomNavigationView
use the BadgeDrawable like this:
Integer amount = tabBadgeCountMap.get(tab); BadgeDrawable badgeDrawable = bottomNavigationView.getOrCreateBadge(tabMenuResId); badgeDrawable.setNumber(amount != null ? amount : 0);