Navigation drawer in android studio | Part-1

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Hey Everyone In this video I will going to make a navigation drawer in android studio
    This navigation drawer contains both fragments and activity in single drawer
    This is first part of video where we complete the design of nav draw and in second part we will add the working of it
    -----------------------------------------------------------------------
    Disclaimer:
    This video is for educational purpose only.
    Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "FAIR USE" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research.
    "FAIR USE" is a use permitted by Copyright Statute that might otherwise be infringing.
    Non-profit, Educational or Personal use tips the balance in favour of Fair Use.
    ------------------------------------------------------------------------
    If you think that I have used your property in my video by mistake then I am ready to give you whole credit.
    You can contact me on my Email or Instagram Id.
    Email Is :- brijeshtechprojects@gmail.com
    Instagram Is :- / tech__projects
    ------------------------------------------------------------------------
    Visit My Channel Playlists for amazing Content
    Click Here to Check All Android Projects:- • Android Projects
    Click Here to Check All Java GUI Projects:- • JAVA Projects
    Click Here to Check All Basic Programming Information:- • Basic Programming Info...
    Click Here to Check Git and GitHub Series:- • Git and GitHub Series
    Click Here to Check All Web Development Projects:- • Html , css , JavaScript
    Click Here to Check All Python Projects:- • Python
    Click Here to Check All C Language Projects:- • C Language Projects
    Click Here to Check Quiz App In Android Studio:- • Quiz App in Android St...
    Click Here to Check Guess the Output Series In C Language:- • Guess the output | Pr...
    Click Here to Check Tips And Tricks:- • Playlist
    Click Here to Check Weather App in Android Studio:- • Weather App in Android...
    -----------------------------------------------------------------------
    Follow My Instagram Page For Best Coding Content Daily :- / tech__projects
    Visit My GitHub Profile for All Projects Source Codes:- github.com/Bri...
    ------------------------------------------------------------------------
    Thanks For Watching
    If you have Any Query Comment Down Below
    Thank You
    Tech Projects

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

  • @Instantcrypt
    @Instantcrypt 3 года назад

    si .. when i add dependencies design its show error

    • @TechProjects
      @TechProjects  3 года назад

      Don't worry about that error it just a red line

    • @Instantcrypt
      @Instantcrypt 3 года назад

      Am add Suppress Add//Gradle Compatible

    • @TechProjects
      @TechProjects  3 года назад

      No worrry it also work fine with that red line
      This line is just due to difference in version and dependency

    • @adisaisubrahmanyamvaskuri4048
      @adisaisubrahmanyamvaskuri4048 3 года назад

      implementation 'com.google.android.material:material:1.0.0-alpha3'
      implementation 'androidx.cardview:cardview:1.0.0-alpha3'
      add these dependencies

    • @TechProjects
      @TechProjects  3 года назад

      Thanks for mentioning the latest dependencies

  • @shreyassp17
    @shreyassp17 3 года назад +1

    The only video on RUclips about navigation drawers that worked for me. : )

  • @kanhu111
    @kanhu111 3 года назад

    Excellent Tutorial brother.....thank you very much to post this tutorial

  • @karishmakumari1869
    @karishmakumari1869 2 года назад

    You are best teacher

  • @dhakender
    @dhakender 3 года назад +1

    Mind blowing

  • @anishapacheco7073
    @anishapacheco7073 3 года назад

    Thank you sir....it helped me a lot...👏👏😍

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

    Instead of image and text on navigation drawer, can we impliment an search option to search items?

  • @sat_talk
    @sat_talk 3 года назад

    Thanks, bro. how do we show users photo on the top of the navigation drawer in the header based on logged in user in firebase?.. please make a video on it

  • @abouecom4453
    @abouecom4453 2 года назад

    dependencies design shows an error and impossible to compile target SDK 32.

  • @lazydeveloper7753
    @lazydeveloper7753 3 года назад

    Sir.. The header works fine but items are not showing on my psychical device. Please help me out. Thank you.

  • @faturburhansyah8984
    @faturburhansyah8984 2 года назад

    Next part2?

  • @M1CHA3LHARD1NG
    @M1CHA3LHARD1NG 3 года назад

    i do not have styles part :s

  • @ambermishra6041
    @ambermishra6041 3 года назад

    Bro please upload source code

  • @Neverpa1n
    @Neverpa1n 2 года назад

    you stole this from "coding in flow" channel. this is really shamefull.

    • @TechProjects
      @TechProjects  2 года назад

      In coding there is nothing like stealing if you are creating this then it means you are also stealing this

    • @TechProjects
      @TechProjects  2 года назад

      Hope you understand now

    • @Neverpa1n
      @Neverpa1n 2 года назад

      @@TechProjects im coding for quite a long time rightnow. there is a big difference between create something and content, rather than copy EXACT same code from another person work. You should have do this with different approach. for the god sake even the numbers are the same !!!

    • @TechProjects
      @TechProjects  2 года назад

      Check out my new navigation drawer video with navigation components

  • @medoalking9062
    @medoalking9062 2 года назад

    thanks sir , but I faced problem java.lang.reflect.InvocationTargetException for main activity in logcat for myapplication.MainActivity.onCreate(MainActivity.java:12),what should I do?