How to make a Custom Bottom Navigation in Jetpack Compose | Android Studio

If you find my work helpful, you can show appreciation by buying me some coffee. Your support is greatly appreciated and will help me continue to create better articles, videos, projects, and much more. The link to do so: www.buymeacoffee.com/Develope...
In this video, you will learn how to create a custom Bottom Navigation Bar in Jetpack Compose without using a third-party library.
Source Code
GitHub: github.com/developerchunk/Cus...
------------------------------------------------------------
Music: Roa - Pathway Home
Watch: • Roa - Pathway Home 【Of...
Stream / Download: hypeddit.com/roamusic/pathway...
License: roa-music.com
------------------------------------------------------------
------------------------------------------------------------
Music: Roa - Journey
Watch: • Roa - Journey 【Official】
Stream / Download: hypeddit.com/roamusic/journey
License: roa-music.com
------------------------------------------------------------
---------------------------------------------------------------------------------------------------
Music: Roa - Freedom
Watch: • Roa - Freedom 【Official】
Stream / Download: fanlink.to/Roa_Freedom
License: roa-music.com
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
Music: Roa - Focus
Watch: • Roa - Focus 【Official】
Stream / Download: hypeddit.com/link/bso5rz
License: roa-music.com
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
Music: Roa - Holiday
Watch: • Roa - Holiday 【Official】
Stream / Download: hypeddit.com/roamusic/holiday
License: roa-music.com
---------------------------------------------------------------------------------------------------

Пікірлер: 24

  • @mr.preston0783
    @mr.preston0783 Жыл бұрын

    Excelente

  • @DeveloperChunk

    @DeveloperChunk

    Жыл бұрын

    Thank you buddy ☺️

  • @blessonthomas4022
    @blessonthomas4022 Жыл бұрын

    👍

  • @RajuYadav-qm4ic
    @RajuYadav-qm4ic10 ай бұрын

    bring some more animated nav bar and button liquid flow animation also

  • @DeveloperChunk

    @DeveloperChunk

    10 ай бұрын

    Thank you so much, looking forward for making animation videos for jetpack compose

  • @RajuYadav-qm4ic

    @RajuYadav-qm4ic

    10 ай бұрын

    @@DeveloperChunk I appreciate your hard work 🙂

  • @DeveloperChunk

    @DeveloperChunk

    10 ай бұрын

    @@RajuYadav-qm4ic thank you so much, glad to hear 🤗

  • @user-if3qe4oj2n
    @user-if3qe4oj2n5 ай бұрын

    Hi, i have a problem, when i change screens colors to dark, it gives me white flash when i swith screens, how can i solve it? Thanks in advance)

  • @DeveloperChunk

    @DeveloperChunk

    5 ай бұрын

    You can set the Theme of your App to some default color which your app uses as a background colour and as you said when you change the screens the white color comes in between for few milliseconds, see for this as I said you can have a default color set in the background of your main screen in which you are putting your navigation bar. Thank you and if problem doesn't solve please let me know. 🤗

  • @user-if3qe4oj2n

    @user-if3qe4oj2n

    5 ай бұрын

    @@DeveloperChunk, thank you, but i have already solve this problem, i just turn off animations)

  • @goodplayer2810
    @goodplayer2810 Жыл бұрын

    can i change the animation or add somethings else?

  • @DeveloperChunk

    @DeveloperChunk

    Жыл бұрын

    Yea offcourse you can change the animation or do whatever creative you want to do.

  • @burjaman11
    @burjaman11 Жыл бұрын

    i need in java 😥

  • @DeveloperChunk

    @DeveloperChunk

    Жыл бұрын

    Sorry buddy but it will be really hard job for you to create it in Java without using external libraries. But I think now it's time to switch to Jetpack Compose which is really helpful for Android Developers but at last it's your choice, if you want any help feel free to comment 😌

  • @digvijayshelar8609
    @digvijayshelar8609 Жыл бұрын

    hi i need help

  • @DeveloperChunk

    @DeveloperChunk

    Жыл бұрын

    Hello, I will be glad to help you

  • @digvijayshelar8609

    @digvijayshelar8609

    Жыл бұрын

    @@DeveloperChunk i had my onboarding screen but when i implement the bottom bar its starting from the bottom bar destination and the onboarding screen isnt working

  • @DeveloperChunk

    @DeveloperChunk

    Жыл бұрын

    @@digvijayshelar8609 there could be some problem in the Navigation Graph, so chek your Navigation Graph first then you have to set the start destination of Navigation Graph to the onBoarding screen and then navigate the user to the Home Screen or bottom navigation screen. Check your start destination in Navigation Graph. I hope it will help you 😊

  • @DeveloperChunk

    @DeveloperChunk

    Жыл бұрын

    @@digvijayshelar8609 and I think you have to create 2 different Navigation graphs. 1 for navigation for your app screens and 2nd for the bottom navigation. And link them both by this way it will be easy for you 😊

  • @digvijayshelar8609

    @digvijayshelar8609

    Жыл бұрын

    @@DeveloperChunk how to do that? Any video?