About 1,010,000 results
Open links in new tab
  1. Bottom Navigation Bar in Android Using Kotlin - GeeksforGeeks

    Dec 13, 2022 · Why do we need a Bottom Navigation Bar? It allows the user to navigate to different activities/fragments easily. It makes the user aware of the different screens available …

  2. Animated Bottom Navigation Bar Using Kotlin - Medium

    Apr 1, 2021 · Let’s create animated bottom navigation bar with library called “AnimatedBottomBar” (1). First add the dependency to the build.gradle. (2). Add bottom navigation bar to the main...

  3. How to implement bottom navigation using activities in Kotlin

    May 28, 2022 · Below is a best practice model to implement Bottom Nav using Kotlin: Now bottom nav is integrated with nav controller. Bottom Navigation works with the concept of fragments. …

  4. Navigation bar in Android | Towards Dev

    In this comprehensive guide, we will explore the ins and outs of creating a Bottom Navigation Bar using Kotlin for your Android app. We’ll also walk you through a practical example to help you …

  5. How to create a Bottom Navigation Bar in Kotlin — In-Depth …

    Apr 5, 2022 · Let’s look at how to create a functional Bottom Navigation Bar in an Android app in this tutorial. Here’s a look at a sample Bottom Navigation Bar: Make as many fragments as …

  6. Navigation bar | Jetpack Compose | Android Developers

    May 15, 2025 · Optional. icon: Displays an icon within the item. Optional. Example: Bottom navigation bar The following snippet implements a bottom navigation bar with items so users …

  7. Bottom Navigation Bar in Android - GeeksforGeeks

    Feb 13, 2025 · In this article, let's learn how to implement such a functional Bottom Navigation Bar in the Android app. Why do we need a Bottom Navigation Bar? It allows the user to switch to …

  8. Complete Bottom Navigation View in Android Studio using Navigation

    Feb 11, 2024 · Utilize the Navigation component in Android to graphically represent the navigation paths within your application. Begin by creating a navigation graph file, typically named...

  9. Building a Custom Android Bottom Navigation Bar: A Practical …

    Jan 19, 2025 · In this tutorial, you will learn how to create a custom bottom navigation bar that can be used in your Android application. You will learn about the core concepts and terminology …

  10. Bottom Navigation View with Nav Component in Android using Kotlin

    Nov 12, 2023 · Welcome to this step-by-step tutorial on how to seamlessly integrate and use a Bottom Navigation View with a Navigation Graph in Android using Kotlin. In this video, we will …

Refresh