I currently have it as the second image, but I found it a bit more attractive with the navigation bottom , but I want to know how I can make the red balloon appear with the number of notifications (counter) . The red balloon is a "Drawable"
I recommend you use this library:
It consists of a BottomNavigation more advanced than the original, it adapts much easier to your needs, for example, this is how you can put a "badge" of notification:
bottomNavigation.setNotification(notification, bottomNavigation.getItemsCount() - 4);
and this would be the result: