#
bottomnavigation
Here are 39 public repositories matching this topic...
android
library
widget
material-design
navigation
navbar
android-library
android-ui
bottom-navigation
navigationview
bottomnavigationview
navigation-view
navigationbar
bottomnavigation
android-ui-insipired
bottomnavigationbar
-
Updated
May 23, 2020 - Java
This library represents a Bottom Navigation with an awesome morph effect on top of the selected item
android
library
bottomnavigationview
materialdesign
bottomnavigation
morphing-animations
bottomnavigationbar
materialcomponents
bottomnavigationlibrary
-
Updated
Jul 13, 2018 - Kotlin
Akash-T2S
commented
Feb 28, 2019
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
spotify
bottom-sheet
bottombar
bottom-navigation
navigationview
bottomnavigationview
bottomsheet
bottom
bottomnavigation
bottom-navigation-view
bottomnavigationbar
-
Updated
Sep 16, 2019 - Kotlin
Example of Android BottomNavigationView
android
kotlin
bottomnavigationview
bottomnavigation
bottom-navigation-view
bottomnavigationview-shift-mode
-
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
android
kotlin
tutorial
medium
kotlin-android
android-development
jetpack
android-architecture
bottom-navigation
android-app
bottomnavigationview
bottomnavigation
bottom-navigation-view
architecture-components
jetpack-navigation
jetpack-android
-
Updated
Jan 12, 2020 - Kotlin
Manage Back Stack of Fragment using Stack Data structure in Kotlin
android
kotlin
fragments
stack
navigation
data-structures
pop
bottomnavigationview
backstack
push
fragment-transactions
bottomnavigation
fragmentmanager
-
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.
android
kotlin-android
bottombar
bottom-navigation
bottomnavigationview
bottomnavigation
bottom-navigation-view
bottomnavigationbar
-
Updated
Oct 31, 2019 - Kotlin
Projeto Android (BottomNavigationView) do artigo
android
kotlin
kotlin-android
blog-article
bottombar
bottom-navigation
bottomnavigationview
bottomnavigation
bottomnavigationbar
vinicius-thiengo
thiengo
-
Updated
Apr 12, 2020 - Kotlin
Navigation Components with Bottom Tab View and Navigation Drawer
navigation
bottom-navigation
navigationview
bottomnavigationview
navigation-drawer
bottomnavigation
navigationcontroller
navigationdrawer
bottomtablayout
navigationfragments
navigationcomponent
-
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 -
android
navigation
android-development
android-application
android-ui
bottombar
bottom-navigation
android-app
navigationview
bottomnavigationview
navigation-view
navigation-drawer
navigationbar
android-developers
android-demo
android-programming
android-demonstration
bottomnavigation
tutorialwing
bottom-navigation-view
-
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
android-studio
bottomnavigationview
bottomnavigation
androidx
android-jetpack
android-jetpack-navigation
-
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