Bottom Navigation Bar With Badges - UX With Material3

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 43

  • @Dibyendu.M
    @Dibyendu.M Год назад +3

    I watch every single video you upload. Thanks for such detailed content about Android. Keep uploading. Happy coding.

  • @alirezafaraji
    @alirezafaraji Год назад +2

    So, my initial plan was to dive into the entire series yesterday. However, as it turned out, I managed to get through five of the videos (leaving two remaining). Unfortunately, time caught up with me, and I had to surrender to sleep. Thus, I made the decision to wrap up for the night and put off the next videos for tomorrow.
    Yet, I must admit, my resolve crumbled quite spectacularly. I found myself ensnared in the clutches of laziness, and the entirety of my day slipped away unproductively. Now, on a somewhat more positive note, I did manage to conquer the sixth video. However, I'm afraid the prospect of tackling the seventh video tonight is quite improbable, considering it's nearly a quarter to 1 am.
    With hope firmly in my corner, I aim to complete the series tomorrow-perhaps in the morning. I still can't help but express my sincere gratitude for these amazing videos. Your work is greatly appreciated, and please know that we hold you in high regard. Keep up the outstanding work, and until next time, take care!

  • @PaweSzymanski-gk7po
    @PaweSzymanski-gk7po Год назад +4

    It would be fantastic to see a NavigationDrawer implementation for M3. Your previous video on this topic is now outdated, as the M3 Scaffold no longer includes the 'drawerContent' parameter. Instead, we now have to use ModalNavigationDrawer.
    Amazing video as always Philipp, thanks! :)

  • @roman71717
    @roman71717 Год назад +23

    Google is not following their own recommendations haha, Gmail app has only 2 actions in the bottom nav and also they don't show label at all 🤣

    • @impred4162
      @impred4162 11 месяцев назад +3

      this happens all the time, even with Apple User Interface Guidelines

  • @hisfatness522
    @hisfatness522 Год назад +2

    Funny how the recommendation is to only use this if you have 3-5 entries to navigate to (which I agree with), but Gmail has 2 entries in their navigation bar lol.

  • @clamum9648
    @clamum9648 Год назад +1

    Appreciate it big 🐕. Upgraded my older BottomNavBar with the material3 one.
    I totally hate how the bottom nav bar overlays your screen components. I guess the solution is to just give your bottom component on the screen a set Dp padding about equal to the height of your bottom nav bar? It's such a hacky inelegant solution but I don't know of a better one. Does the bottom nav bar change sizes (height) depending on screen size?

  • @rakeshchowdhury202
    @rakeshchowdhury202 Год назад

    This. This is exactly what we wanted

  • @MahmoodAhmad-yu4mq
    @MahmoodAhmad-yu4mq 4 месяца назад

    You are a great teacher

  • @AldrinHernando
    @AldrinHernando 9 месяцев назад +1

    Do you have a video of how to use navcontroller with this?

  • @Nostang3
    @Nostang3 Год назад

    I would love ot see a follow up on this where you have different top bars items specific to the bottom bar item or hide the top bar for a certain bottom bar item. With

  • @aamirhoda7363
    @aamirhoda7363 4 месяца назад

    Hey Philipp, Thank you so much for all these content & that too very beautifully.
    I had one question, which I'm right now asking directly without looking it up elsewhere or even in any of your blogs so please don't mind the context.
    Here at 2:00 ; you mentioned that we should never use BottomAppBar & BottomNavBar together.
    Is that a hard & fast rule, just a general guideline or is there any particular reason of not using them together?

  • @enriqueajin6016
    @enriqueajin6016 8 месяцев назад

    Appreciate the valuable content 🙏🏼

  • @ErfanAzadi-y1q
    @ErfanAzadi-y1q Год назад +2

    I am using this in my project this is SOOOOOO LAGGGYYY please tell me what to do? I tried it on different devices and in all of them were laggy...

  • @nazaninbalasi8705
    @nazaninbalasi8705 2 месяца назад

    This video was awesome. Thanks a lot😊

  • @abada-s
    @abada-s Год назад +3

    I hope to show us a practical example of how to implement a best practice navigation with bottom navigation bar

    • @gofudgeyourselves9024
      @gofudgeyourselves9024 Год назад

      ruclips.net/video/XyXPs6xOAfU/видео.html

    • @clamum9648
      @clamum9648 Год назад

      There isn't a whole lot to it. I have my NavigationBar in its own Composable (so basically what Philipp has, in a different Composable I call "BottomNavigationBar", because I send a few config options to it). One of the parameters in that Composable is an "onItemClick" function, which expects my BottomNavItem class and returns Unit. My "NavigationBarItem" onclick event does the following: set the selectedIndex, just like Philipp shows, and then calls the "onItemClick" I sent to my Composable. In the parent calling Composable that calls my "BottomNavigationBar" Composable, I have the following as the "onItemClick" I send: "navController.navigate(route = it.route)" (my BottomNavItem data class stores the "route" for each item, as Philipp does mention in the video but doesn't demo).

    • @abada-s
      @abada-s Год назад

      @@clamum9648 did you share a gist or an example?

    • @RohanPejaver-nt5gw
      @RohanPejaver-nt5gw 5 месяцев назад

      @@clamum9648 is the route stored in a format like "Screen.Home.route?"

  • @ShuvaRanjanRishi
    @ShuvaRanjanRishi 10 месяцев назад

    nice videos...need a video of navigation drawer and bottom navigation bar combine with screen changes...plz...

  • @RenderDragon
    @RenderDragon Год назад

    Can you make a video about desktop navigation bar in compose desktop with material 3?

  • @vinaykumarpatel649
    @vinaykumarpatel649 Год назад

    Thanks mate, It is helpful.

  • @MillionviewsYT1
    @MillionviewsYT1 Год назад

    Show us about playing hls video and v3.exo format plz

  • @mohammad-hossein-farzanegan
    @mohammad-hossein-farzanegan 9 месяцев назад

    very very useful. Thanks🌱

  • @mikdadmrhij2447
    @mikdadmrhij2447 Год назад +1

    Can you creat video talk about difference between flutter and kotlin and who the best ?

    • @umardev500
      @umardev500 8 месяцев назад

      flutter to many issue the big issue is jank,laggy animation even jank issue come from 2015 till now

  • @NavneetYadav-l2u
    @NavneetYadav-l2u 10 месяцев назад

    plz post a video on nav controller in bottom bar

  • @riyaspullur
    @riyaspullur Год назад +1

    Thank you bro

  • @umardev500
    @umardev500 8 месяцев назад

    i come from flutter, i think that compose too many limitaion we can't see option to remote overlay color for indicator so we can remove ripple and more like in flutter, but i concerned about janky and laggy animation issue in flutter.. and i don't know that indicator has no animation like in material 3 specs

  • @tutrieu3250
    @tutrieu3250 Год назад

    hello sir, currently the controversy between KMM + compose Kmm vs flutter .Which is the best in the future?

  • @ayushverma2166
    @ayushverma2166 Год назад

    Can u make it to ModalBottomSheet asap.
    As I'm unable to access it on m3 in Giraffe version

  • @binodbasnet1762
    @binodbasnet1762 8 месяцев назад

    Informative video

  • @wilkq1110
    @wilkq1110 3 месяца назад

    but this way of implementation doesn't work with navController as it refresh UI so the selectedItem is by default 0. It's just changing the index but doesn't work with navigation so what is the point put tutorial like that, Navigation actually without navigation

  • @pablopable
    @pablopable Год назад

    TE AMO MALDITO YANKEE ,

  • @erlanbek-kanybekov
    @erlanbek-kanybekov Год назад

    Gandon

  • @Mohsenjoke-x9h
    @Mohsenjoke-x9h Год назад +1

    Why you don't use Kotlin ? I hear it it's better than java in android development