bottomnavigation
Here are 39 public repositories matching this topic...
-
Updated
May 23, 2020 - Java
This library represents a Bottom Navigation with an awesome morph effect on top of the selected item
-
Updated
Jul 13, 2018 - Kotlin
Fluid Bottom Navigation library for Android
-
Updated
Dec 20, 2019 - Kotlin
A sample app for Bottom Navigation View with ViewPager in Android
-
Updated
Dec 19, 2017 - Java
Fluent App Bar: An Android bottom-sheet-based navigation bar based on Microsoft's Fluent Design System
-
Updated
Jul 12, 2019 - Java
A nice looking Spotify like bottom navigation view
-
Updated
Sep 16, 2019 - Kotlin
Example of Android BottomNavigationView
-
Updated
Mar 1, 2020 - Kotlin
Simple Bottom Navigation Bar for Android
-
Updated
Jun 27, 2019 - Java
Simple library for creating bottom tab layout. Made by Stfalcon
-
Updated
Jul 19, 2017 - Java
A light bottom navigation bar in Android supporting Tint mode.
-
Updated
Dec 6, 2019 - Java
Animated tabbar with native control
-
Updated
May 18, 2020 - Kotlin
The demo project for Bottom Navigation with Navigation Architecture Components article
-
Updated
Jan 12, 2020 - Kotlin
Manage Back Stack of Fragment using Stack Data structure in Kotlin
-
Updated
May 10, 2020 - Kotlin
Material Design Bottom Navigation Controller for Titanium Mobile
-
Updated
May 10, 2018 - JavaScript
A library for building any BottomNavigationView you want without creating your custom implementation.
-
Updated
Oct 31, 2019 - Kotlin
Projeto Android (BottomNavigationView) do artigo
-
Updated
Apr 12, 2020 - Kotlin
Navigation Components with Bottom Tab View and Navigation Drawer
-
Updated
Dec 23, 2019 - Kotlin
Simple BottomNavigation with Kotlin
-
Updated
Mar 4, 2018 - Kotlin
-
Updated
Jan 10, 2020 - Dart
Sample code provided by www.tutorialwing.com. This code demonstrates use of bottom navigation view into your android application. For more info Visit -
-
Updated
Jan 13, 2017 - Java
A simple example of how to implement BottomNavigator with fragments in Android
-
Updated
May 20, 2017 - Java
-
Updated
Aug 3, 2018 - Java
BottomNavigationView using the Android Jetpack library with Navigation Architecture Component. Android Studio
-
Updated
Feb 19, 2020 - Java
Material Bottom Navigation Bar in Android
-
Updated
May 30, 2017 - Java
Improve this page
Add a description, image, and links to the bottomnavigation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bottomnavigation topic, visit your repo's landing page and select "manage topics."



Like reddit does, is there a possibility to show tooltip on long press of navigation tab item? Our use case is not to show labels every time because it looks redundant for old users.
So, from android documentation i could see that it can be set through xml as
android:tooltipText="ToolTip"and from code it can be set asview.setTooltipText("ToolTip");. I don't understand how to `setTooltipTe