Navigation Drawer in Android Studio using Kotlin | Explanation

Поділитися
Вставка
  • Опубліковано 25 лип 2024
  • Welcome to Android Knowledge!
    In this video, we will create navigation drawer in android studio using kotlin.
    Join our Telegram Group:
    t.me/androidknowledge
    Instagram:
    / android_knowledge
    My Best Laptop for Android Development:
    amzn.to/3wVfgnE
    Source Code:
    androidknowledge.com/navigati...
    My Laptop SSD for Fast Android Studio Experience:
    amzn.to/40qvoLo
    My Laptop Stand with Cooling Fans - Avoid Heating Due to Android Studio:
    amzn.to/3RxeGpV
    If you have any queries or errors, please feel free to comment below :-)
    Please subscribe to my channel 😊👍
    Chapters:
    0:00 - Intro
    0:08 - Overview
    0:40 - Create New Project
    0:56 - Pre-requisites
    3:34 - nav_menu.xml
    5:46 - nav_header.xml
    7:50 - activity_main.xml
    11:05 - Fragments
    12:50 - MainActivity.kt
    20:35 - Output
    Hashtags:
    #android #androidstudio #kotlin
    Keywords:
    Navigation Drawer in Android Studio using Kotlin
    navigation drawer android studio,navigation drawer tutorial,navigation drawer,android navigation drawer fragment tutorial,android navigation drawer tutorial,android navigation drawer fragment,android studio,android navigation drawer,navigation menu,side menu android studio,android navigation drawer material design,android navigation drawer material design example,android studio tutorial,android tutorial,drawerlayout,android,android development,beginners,kotlin.
    Disclaimer:
    We are a participant in the Amazon Associates Program, an affiliate marketing program designed to provide a means for us to earn fees when you click on a product link and make a purchase at no extra cost to you.
    All rights reserved by Android Knowledge ©
  • Наука та технологія

КОМЕНТАРІ • 30

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

    Great and now waiting for projects

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

    This video is best for navigation drawer in kotlin
    Thank you very much

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

    Perfect video❤

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

    thanks for your video!!!

  • @user-bj8fl7rf5l
    @user-bj8fl7rf5l 3 місяці тому

    thank you again

  • @user-bj8fl7rf5l
    @user-bj8fl7rf5l 4 місяці тому

    thanks very much

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

    Great video, the app works with no errors this time☺️. I'm having issues with adding images to the individual fragments in PNG format but it keeps crashing the app. Is this a Gradle thing or I'm I not doing it correctly?

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

    Nice Tutorial...Great Teacher.!!!
    😘😘😘

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

    Nice kotlin series 😍🔥

  • @user-ed8xj1py6w
    @user-ed8xj1py6w Рік тому

    Hi. You will have projects Jetpack compose ?

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

    Hello? Can you make continuation for logout of this navigation drawer? I'm using firebase right now in Kotlin, What can I do? please guide me

  • @LUCKY-iq5cp
    @LUCKY-iq5cp 6 місяців тому +1

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

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

    why there are not any suggestion to add "tools:showIn="navigation_view"" in menu file?

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

    Please can you make a video on how to add Navigation Drawer and Bottom layout on a Home Activity,I a
    m having issues with the codes

  • @user-nm3gk3ib4c
    @user-nm3gk3ib4c 7 місяців тому +1

    Why there's no suggestions in open_nav and close?

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

    Could you help me to make a newspaper with login?

  • @user-yi9qv5rf6w
    @user-yi9qv5rf6w 2 місяці тому

    there is no option like menu resource file
    what can i do

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

    how to setchecked item?

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

    New Video ?

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

    How can I change the color of the currently selected item in the drawer (change that light pink to something else)

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

      You need to create a custom selected.

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

      You need to create a custom selected.

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

      @@android_knowledge how can I do that?

  • @arindamkonwar2727
    @arindamkonwar2727 Місяць тому

    Why you didn't made this video in Java

    • @android_knowledge
      @android_knowledge  Місяць тому

      Check the below video:
      ua-cam.com/video/6mgTJdy_di4/v-deo.html

  • @user-ym5li3mm2x
    @user-ym5li3mm2x 9 місяців тому

    Type mismatch: inferred type is MainActivity but Boolean was expected
    Cannot access 'closeDrawers': it is package-private in 'DrawerLayout'
    Type mismatch: inferred type is Int but Boolean was expected
    Cannot access 'closeDrawers': it is package-private in 'DrawerLayout'
    Type mismatch: inferred type is Int but Boolean was expected
    i have alot of mistake...huhu. i dont know why?

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

      Make pkg public and mention boolean instead of int.