Navigation drawer with activity and fragments | Part - 2 | Android Studio

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024
  • Hello Everyone
    This is the second part of the video in this we will complete our navigation drawer in android studio
    I recommend please watch first part before watching this
    -----------------------------------------------------------------------
    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

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

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

    Very helpful thanks for sharing knowledge.

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

    Excellent presentation 👍

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

    Great video

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

    Thank you so much sir....It helped me a lot....👏👏😍

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

    Thank You so much, brother. This helped me a lot...

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

    Thanks so much man))

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

    Thanks. Now nav drawer works for me.
    But, i wanna ask. Can we showing recycleview in any fragment? Which i wanna add recycleview in home fragment for example.

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

      Yes you can do this easily see my recycler view video and try to implement

  • @chaddaprashant
    @chaddaprashant 4 года назад

    Nice bro

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

      Thanks brother keep supporting
      @tech__projects
      Visit Instagram page for daily content

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

    The buttons created on home screen are also get appeared on other fragments... Reply as soon as possible what should I do ? 😭

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

    🙏 But i want to show the main activity which contains like buttons on home screen when we open the app reply please or make the video 🙏

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

    Sir what to do if we want the first "activity" to display when the app starts instead of fragment?

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

    very helpful thank you
    if i have some question how i can reach you

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

      Dm me on Instagram
      Id is
      tech__projects

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

    share fragment me agar click kare to share honi chahiye or exit fragment par click kare to exit honi chahiye or rate par click kare to rating pagr open honi chahiye....kaise kare..???

  • @md.kabbir786
    @md.kabbir786 3 года назад

    How to change photo and text of navigation header by using java.. not by xml.. Please help..

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

      This is big topic I have to make video on this

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

    how can i implement shared preference inside the fragment pages of navigation drawer to store and edit values

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

      It is completely a entire different topic

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

      @@TechProjects got it

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

    Bro inside switch , u are using menuItem , but that was never assigned ? Plz help.. im facing problem

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

      CHECK out first line of function sometimes it comes with name of menu or you can dm me on Instagram

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

    getSupportFragmentManager().beginTransaction().replace(R.id.Fragment_container,new Student_Dashboard());
    what is this fragment_cantainer ...where is this id present? plz help

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

    how to add the title for each fragment I am choosing for the actionbar

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

      Use custom toolbar

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

      @@TechProjects can you give me more details i'm new to android and i used your video to do my project let's suppose this video continue it by adding title for each action bar like home, profile if you can thank you

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

      Bro just search on google how to create a custom toolbar and how to add it in an activity so you can easily able to make it or this will work same as action bar

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

      @@TechProjects i got it i used setSupportActionBar(toolbar); and getActivity().setTitle("Fragment X"); in the other fragment that i want to change the title
      Thank you

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

    where is part 3 sir