Navigation Drawer and Bottom Navigation View in Android Studio | Kotlin

Поділитися
Вставка
  • Опубліковано 22 гру 2024

КОМЕНТАРІ • 78

  • @Al-Balag3294
    @Al-Balag3294 Рік тому +4

    Very important and beautifully designed video.
    Hopefully, your channel will take programmers interested in Kotlin to a new horizon.
    Thank you very much

  • @alexhaifa
    @alexhaifa Рік тому

    WOW!!!
    Your video is wonderful!!! Thanks a lot for helping us to create a Navigation Drawer.
    I love Kotlin and I have been learning more and more everyday.
    There are many things in your video to learn, I was able to reproduce it perfectly, but now I need to understand parts by parts.
    Of course, I'll buy you some coffee, you deserve it.
    Regards - Alex from Brasil

  • @fredjakaa246
    @fredjakaa246 Рік тому +1

    🎉 I trust 1 day I will be like you. Thanks alot.

  • @maloupalacio66
    @maloupalacio66 9 місяців тому +1

    Hello, thx for the tuto ! I have a question : when you click on a icon at the end, the icon is highlighted in white. I have the same thing but I don't know why, so How to remove it?

  • @TravelChatBr
    @TravelChatBr 9 місяців тому +4

    fab is on the bottom right. I've tried putting app:fabAlignmentMode="center" but it doesn't work. What can I do?

    • @si13981
      @si13981 5 місяців тому

      change theme to "Theme.AppCompat.DayNight.NoActionBar"

    • @sujeetyadav7193
      @sujeetyadav7193 4 місяці тому

      same

    • @duniadamayD
      @duniadamayD 2 місяці тому

      ua-cam.com/video/x6-_va1R788/v-deo.html
      this one works...

    • @duniadamayD
      @duniadamayD 2 місяці тому

      ua-cam.com/video/x6-_va1R788/v-deo.html
      this one works...

  • @novox_redmoon2320
    @novox_redmoon2320 Рік тому +2

    Hello, excellent video, I've been following you for a few days and I love your content, could you make a video in detail so that the user can place a profile image, and in the background, and that they can change their data, please in real time😅in kotlin 😊

  • @aakashkumaryadav6048
    @aakashkumaryadav6048 Рік тому +4

    my FAB button is not getting aligned at the center of the bottomAppBar
    even though i followed the code completely, also i used the anchor as well its not getting aligned at the bottom center
    the Add button moves to the bottom right of the bottom_navigation and overlaps on the menu icon

    • @android_knowledge
      @android_knowledge  Рік тому +1

      Add the below line:
      app:fabAlignmentMode="center"

    • @aakashkumaryadav6048
      @aakashkumaryadav6048 Рік тому

      Thank You mam it worked, now the button is at the center@@android_knowledge

    • @EmersonRyan-up8fn
      @EmersonRyan-up8fn Рік тому +5

      @@android_knowledge I tried this, but the button is still in the right corner, and if I try to move it, it goes to the top left corner... I already checked everything you did in the video, but I still couldn't solve it. Help me please

    • @svryc
      @svryc Рік тому

      Mine is still in the bottom right as well@@EmersonRyan-up8fn

    • @eduzal
      @eduzal Рік тому +2

      same issue here. my fab is horizontally and vertically centered, instead of the proposed cradle

  • @rayyanmansuri6310
    @rayyanmansuri6310 10 місяців тому +6

    Can't get the floating button at the centre please help

    • @veera1_8_001
      @veera1_8_001 9 місяців тому

      did you find the answer?

    • @byPeopleDev
      @byPeopleDev 6 місяців тому

      AligmentMode : "center"

    • @PurnaPlayss
      @PurnaPlayss 6 місяців тому +1

      Put layout_gravity= "center_horizontal"

    • @duniadamayD
      @duniadamayD 2 місяці тому

      ua-cam.com/video/x6-_va1R788/v-deo.html
      this one works...

    • @duniadamayD
      @duniadamayD 2 місяці тому

      ua-cam.com/video/x6-_va1R788/v-deo.html
      this one works...

  • @AdityaEditzYT
    @AdityaEditzYT Рік тому +1

    Plz tell which is best COmpose or Xml for fully responsiveness app?

  • @ADevKit
    @ADevKit 6 місяців тому

    How can I find the resources like image and code which is used in the video above , there is no link to redirect to another external website

  • @kunalmemane
    @kunalmemane Рік тому +1

    Cradle radius is not working... please help

  • @anonanoniempje7863
    @anonanoniempje7863 Рік тому

    can someone perhaps help me out? when i create the bottom nav it only shows one icon instead of their corresponded onces, the step around 12:00, any tips?

    • @android_knowledge
      @android_knowledge  Рік тому

      Checkpoints:
      1. Make sure your bottom_menu xml is correct.
      2. Check code for - bottom app bar, bottom nav, fab.
      3. Also, make sure everything is nested properly in layout.
      4. If any error, please inform me.

  • @vikashtiwari8360
    @vikashtiwari8360 Рік тому

    Mam please bring more videos and please continue this series

  • @LUCKY-iq5cp
    @LUCKY-iq5cp 11 місяців тому

    Hey when I press back being present in a fragment the item selected in navigation drawer is not updating please reply

  • @syahrulghifari9244
    @syahrulghifari9244 Рік тому

    Is there anything that must be included in the implementation?

  • @gufraanshaikh3798
    @gufraanshaikh3798 Рік тому

    Nice topic 💯

  • @doniyorartikov8307
    @doniyorartikov8307 Рік тому

    Very good🎉

  • @priyanshporwal4996
    @priyanshporwal4996 Рік тому

    👏amazing

  • @javierchavez7151
    @javierchavez7151 5 місяців тому

    Chukran!

  • @chongjessie6071
    @chongjessie6071 Рік тому

    Hello, my bottom nav bar has covered my recycler view, may I know how to solve it?

    • @android_knowledge
      @android_knowledge  Рік тому

      Try adjusting the margin of recyclerview, both should not overlap.

  • @Mohit-il9gx
    @Mohit-il9gx Рік тому

    How to change color of img and text in bottom navigation and also how to always set visibility of text as visible

    • @android_knowledge
      @android_knowledge  Рік тому

      Icon Color - itemIconTint
      Text Color - itemTextColor
      Text Visibility - labelled

  • @tushardabhi3565
    @tushardabhi3565 3 місяці тому

    In Bottom Navigation I can't show any button my code is complete true but i not show any icon .
    Can you help me

  • @tutrieu3250
    @tutrieu3250 Рік тому +2

    can you have source code or all Image from video?

    • @android_knowledge
      @android_knowledge  Рік тому +1

      You can download the images from the below link:
      drive.google.com/drive/folders/1kBiR56jI27ddT4WPvMrH8pQuW1NekhUe?usp=sharing

  • @kishorramani007
    @kishorramani007 Рік тому

    Hi mam, I implemented it in my project but there is one issue
    While click on any drawer item that will open that fragment but in bottom navigation another selected tab is not disabled (means it's selected, it should be unselect)
    For that issue I try too many things but it's not resolved
    If you have a solution for that then let me know
    That issue is also visible in your demo (starting on this video)

    • @vikashtiwari8360
      @vikashtiwari8360 Рік тому +1

      Kishor Bhai kya haal hai...

    • @android_knowledge
      @android_knowledge  Рік тому

      Maybe, set enabled as false on bottom menu items if any of the navigation menu item is clicked.

    • @kishorramani007
      @kishorramani007 Рік тому

      ​@@android_knowledge I try but don't work, Actually I can't disable bottom menu item if I click navigation drawer item or I can't disable navigation drawer item while click on bottom navigation item
      try by yourself and let us know the solution. it'll be very helpful mam

  • @priyanshporwal4996
    @priyanshporwal4996 Рік тому

    I was looking for bottom navigation

  • @larabassabah202
    @larabassabah202 5 місяців тому

    Beauriful voice

  • @SuRajUpDate
    @SuRajUpDate 11 місяців тому +3

    Source code please

  • @AyushiTiwari-j7m
    @AyushiTiwari-j7m 11 місяців тому

    very helpul.

  • @armandolopez3750
    @armandolopez3750 8 місяців тому

    Thank you!!

  • @vikashtiwari8360
    @vikashtiwari8360 Рік тому

    Please provide the asset of BMI and quiz app

  • @nguyenvandungfplhn1834
    @nguyenvandungfplhn1834 Рік тому

    How to remove the purple effect around the icon ?

  • @AlidevMehrabi
    @AlidevMehrabi 4 місяці тому

    thanks , wher is scours code?

  • @samirdesigner3324
    @samirdesigner3324 Рік тому

    thank you make book story for kids
    from first screen include pictuer with name story from listview and from second screen show pictuer from top screen and from below show details text story

  • @jacqueshajaniainahyacinthe6606

    you do not yet have plans to share a digital data entry application
    Please!

  • @sahilkhan6503
    @sahilkhan6503 10 місяців тому +1

    My fab isn't centered why wrote same code and used same theme theme

    • @android_knowledge
      @android_knowledge  10 місяців тому

      Add the below line:
      app:fabAlignmentMode="center"

    • @sahilkhan6503
      @sahilkhan6503 10 місяців тому +1

      @@android_knowledge it is not working i tried it (it is in center but the margin and else doesn't work 😕 that "U" shape valley isn't created)

    • @armxhk08
      @armxhk08 10 місяців тому +1

      @@sahilkhan6503 add this to the bottom appbar: app:fabAnchorMode="cradle"

    • @veera1_8_001
      @veera1_8_001 9 місяців тому

      did you find the solution??@@sahilkhan6503

    • @veera1_8_001
      @veera1_8_001 9 місяців тому

      got the same problem@@sahilkhan6503

  • @SundasFiaz-nx4rc
    @SundasFiaz-nx4rc 3 місяці тому

    mam please give me a code of activity main

  • @MaazAli-p9p
    @MaazAli-p9p 3 місяці тому

    Mam please give me a code of main xml

  • @Hotwire_RCTrix
    @Hotwire_RCTrix 6 місяців тому

    "viewBinding = true"