Animated Bottom Bar with Jetpack Compose - Easy Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ต.ค. 2024

ความคิดเห็น • 26

  • @蜷川べに-g8h
    @蜷川べに-g8h ปีที่แล้ว +6

    Hello Bro i love you videos, can you make a video explaining how to adapt our applications in different diveces, example tablets, views in landscape or portrait, or different screens size

  • @1ebubekirkarakurt
    @1ebubekirkarakurt ปีที่แล้ว +3

    hello bro, how can i navigate other screen with this animated navigation bar. .clickable is not working :( please help me

    • @anaarbaev
      @anaarbaev 8 หลายเดือนก่อน +1

      same situation, have you already done the navigation?

  • @FlexUtility
    @FlexUtility 4 หลายเดือนก่อน

    How to change the background color of the AnimatedNavigationBar? *Edit: (Change barColor parameter.. duh).

  • @BHanif-zc2pr
    @BHanif-zc2pr ปีที่แล้ว

    More tutorial please on this topic. By the way ❤ this vide0

  • @fikrihaikal1353
    @fikrihaikal1353 ปีที่แล้ว +9

    I thought you’re gonna make it from scratch 😔

    • @StevdzaSan
      @StevdzaSan  ปีที่แล้ว +3

      I will do some custom animations/UI's in the future. :)

    • @nicholasferrara8028
      @nicholasferrara8028 ปีที่แล้ว

      I was hoping the same thing

  • @shoprecartteam9567
    @shoprecartteam9567 ปีที่แล้ว

    Please make a video on ripple customization of shape, color and radius in icon button, navigation bar.
    I can't find anything

  • @mr.bubble1657
    @mr.bubble1657 ปีที่แล้ว +4

    You are just using a library
    Teach us how we can make our own custom bottom nav bar like that

    • @StevdzaSan
      @StevdzaSan  ปีที่แล้ว +8

      That's an open source library, you can check out the source code. Sometimes it's nice to share some interesting libraries. :)

    • @dangerousFail
      @dangerousFail ปีที่แล้ว

      @@StevdzaSan Please, continue to do so.

    • @benjaminpeljto7408
      @benjaminpeljto7408 ปีที่แล้ว +1

      @@StevdzaSan pusti njega, samo ti snimaj :)

  • @Sj-yf2jg
    @Sj-yf2jg ปีที่แล้ว +1

    Please make video, about how to implement Admob banner & interstitial ads in jetpack compose. we are faceing problems with that

    • @StevdzaSan
      @StevdzaSan  ปีที่แล้ว +1

      Thanks for the idea.

  • @safakcelik3173
    @safakcelik3173 ปีที่แล้ว

    Nice Video :) Thanks a lot :). Is it possible to use our own Drawables from res folder for the icons ? if yes how can i do that ?

    • @StevdzaSan
      @StevdzaSan  ปีที่แล้ว +1

      Yes you can. You can use a painter resource.

    • @safakcelik3173
      @safakcelik3173 ปีที่แล้ว +1

      @@StevdzaSan thank you for your response :)
      enum class NavigationBarItems(val icon: Painter) {
      HOME(icon = painterResource(id = R.drawable.ic_home))
      }
      i get an error @Composable invocations can only happen from the context of a @Composable function. How to fix that ?

    • @safakcelik3173
      @safakcelik3173 ปีที่แล้ว +1

      okay fixed by myself :)

  • @RickertBrandsen
    @RickertBrandsen ปีที่แล้ว

    Who is the author?

  • @umardev500
    @umardev500 7 หลายเดือนก่อน

    so we can not DIY instead?

    • @StevdzaSan
      @StevdzaSan  7 หลายเดือนก่อน

      You can check the library source code.

  • @priyanshuyadav4785
    @priyanshuyadav4785 ปีที่แล้ว

    Can you make video on auto image slider in jetpack compose

    • @StevdzaSan
      @StevdzaSan  ปีที่แล้ว

      th-cam.com/video/oHceF26iG4E/w-d-xo.html&si=Knf6KP5KEC1yCgBP

  • @dclasses662
    @dclasses662 ปีที่แล้ว

    Please sir make videos jetpack compose with sqlite databases..

  • @Sj-yf2jg
    @Sj-yf2jg ปีที่แล้ว +2

    Please make a video LayzyColumn with SearchView in simple kotlin. please do not use viewmodel