Navigation Drawer + Bottom Navigation in Android Studio | All in One App | Explanation

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

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

  • @tanishq6659
    @tanishq6659 Год назад +2

    Thanks Didi 😊, I completed my Fully Functional App development project with the help of your Videos ❤

  • @totalshorts670
    @totalshorts670 Год назад +2

    Most helpful video in my android journey.

  • @cheikspier9347
    @cheikspier9347 Год назад +1

    Thanks a lot, i did it with this bottom nav and the navigation draw that you made in a past video, i had problems with the themes but i did it

  • @ColourfulSaimun
    @ColourfulSaimun 14 дней назад

    It is a very useful video. Thank you very much.

  • @Al-Balag3294
    @Al-Balag3294 Год назад +2

    Thanks for this video,This video is very helpful for me

  • @kelvinmwangi4049
    @kelvinmwangi4049 Год назад +3

    great work

  • @sridhars5550
    @sridhars5550 Год назад +1

    Hi mam I'm sri your all vdos are great content as usual and help for becoming app developer kindly make the ecommerce app using Java spring boot if you make this playlist this playlist will help for lots of peoples mam.

  • @najibullahzirak
    @najibullahzirak Год назад +1

    Do you have a course about sqlite database, how to connect and insert data to db. Also how to connect sqlite browser?

  • @gufraanshaikh8693
    @gufraanshaikh8693 Год назад +2

    Nice explaination, Thanks 👍🏼

  • @shubhamsingh-o4o
    @shubhamsingh-o4o Год назад +1

    #1 your best video thanks.

  • @devabdul
    @devabdul Год назад +2

    Thanks 🙏🙏
    didi keep it 👍

  • @Al-Balag3294
    @Al-Balag3294 Год назад +5

    Please upload a video for kotlin pdf view

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

    Very detailed description adn helpful i followed everything and mine is working perfectly but then its not coming back to the home page

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

    Excellent tutorial !

  • @SimonVovko
    @SimonVovko 11 месяцев назад

    Hello. Why are you using t.replace and t.commit instead of t.replace(...).addToBackStack(null).commit()? Isn't this a better way of handling back button?

  • @rupayanroy5997
    @rupayanroy5997 Год назад +2

    great content as usual!

  • @AdityaEditzYT
    @AdityaEditzYT Год назад +3

    Plz didi make a video on nadroid studio Projects from Intermediate to Advance with Projects in JAVA plz did. Plz didi plz🙏🏻🙏🏻

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

    When i am in the HomeFragment for example, how I can integrate more sites for this Fragment? I need to create a Learning-App and wants to use this kind of menu. I would really appreciate any advice

  • @divyameher-n1x
    @divyameher-n1x Год назад

    Thanks this works for me.

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

    Hi mam
    how to handle checked item while go from bottom navigation's fragment to drawer's item fragment (bottom navigation's item should uncheck)

  • @codingmafia1642
    @codingmafia1642 5 месяцев назад

    How do i make fragment_container to be between Toptoolbar and bottomAappBar

  • @avi__suryawanshi
    @avi__suryawanshi Год назад +5

    Make videos using Kotlin cause now days most of the developer uses Kotlin instead of Java

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

    Thanks ❤ please make navigation food delivery app

  • @shamithpk9208
    @shamithpk9208 Год назад +1

    Sir because you are using theme.material.daynight.noactionbar i am not able to change the colour of button what will we do if i want to change the colour of button please explain

    • @android_knowledge
      @android_knowledge  Год назад +1

      If you want to change the color of bottom navigation then change the background tint in bottom app bar and if you want to change the color of fab then use app:tint attribute.

    • @shamithpk9208
      @shamithpk9208 Год назад +1

      @@android_knowledge i want to change the colour of button not bottom bar or fab because theme is changed its showing black when any colour is applied

  • @yusufguler1795
    @yusufguler1795 11 месяцев назад

    Hello, i want to use navigation graph for relations between fragments, how can i implement it

  • @superpowerscholar2855
    @superpowerscholar2855 9 месяцев назад

    when you make fragment_container ? this give me error when i call in openfragment fucntion.

  • @sadrarabbani2067
    @sadrarabbani2067 5 месяцев назад

    Tnx

  • @ebohiparfait
    @ebohiparfait Год назад +1

    nice job thanks👍🏾, but why not in Kotlin 😕 ?

    • @android_knowledge
      @android_knowledge  Год назад +2

      This was a requested video in java but I'll surely upload a kotlin version as well :-)

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

    Hello mam, I was followed step by step but when I'm open a fragment it crash my phone can u help me pls?

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

    Hello madam I done code in the HomeActivity because in my Mainactive I created login and register on, I do all correct how you say but whenever run and login it will back automatic, not open HomeActivity, how can I solve this

    • @android_knowledge
      @android_knowledge  Год назад +1

      Check any error captured in logcat and also make sure you have proper intent.

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

      @@android_knowledge first of all thank you for reply.. I already check there is no error it's execute perfect ..register success but whenever I login,login also success using fire base but HomeActivity cannot open means navigation drawer.. Please solve this madam

  • @ghazalasheikhrafiq4250
    @ghazalasheikhrafiq4250 8 месяцев назад

    how can we add animation on bottom navigation tabs

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

    java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.project_healthcare/com.example.project_healthcare.HomePage}: android.view.InflateException: Binary XML file line #44 in com.example.project_healthcare:layout/activity_home_page: Binary XML file line #44 in com.example.project_healthcare:layout/activity_home_page: Error inflating class com.google.android.material.bottomappbar.BottomAppBar. this error i got. What to do??

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

      Make sure you have material dependency present in gradle module.

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

      @@android_knowledge com.google.android.material.material:1.5.0

    • @kotipallisrikanth5446
      @kotipallisrikanth5446 Год назад +1

      @@android_knowledge like it is working in another file but not in this file

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

      @@kotipallisrikanth5446 look at the AndroidManifiest if your android:theme in is "Base.Theme.YOURAPPNAME"

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

    didi when i run this project doing like you.. i face a problem that "android Resource linking failed"
    pls help me how to fix this problem????

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

      At which line number do you face the problem?
      Also, try any one of the solution from the below link:
      stackoverflow.com/questions/49171052/error-android-resource-linking-failed-aapt2-27-0-3-daemon-0

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

    Hello , i follow ur vid step by step them it succesfully run, but the button add at bottom nav display at rigth side?

    • @android_knowledge
      @android_knowledge  Год назад +1

      Add fab:alignmentMode as center.

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

      @@android_knowledge where should i add this command

    • @android_knowledge
      @android_knowledge  Год назад +1

      Please correct it - app:fabAlignmentMode="center"
      in Floating Action Button.

    • @anirbanbose6693
      @anirbanbose6693 9 месяцев назад

      @@android_knowledge it came inside the bottom navigation bar

    • @armxhk08
      @armxhk08 9 месяцев назад

      @@anirbanbose6693add this:
      app:fabAnchorMode="cradle"

  • @elleneresko5386
    @elleneresko5386 8 месяцев назад

    Dear I want to buy source coude but its not working check please the page cant pay, waiting for answer, thanks!!

  • @kRiShAnN...
    @kRiShAnN... Год назад

    hello ma'am, ye ui responsive to hoti nahi, should i use constraint layout or use sdp library to show the responsivenes??

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

      Go for constraint layout to make it compatible with all the devices.

    • @kRiShAnN...
      @kRiShAnN... Год назад

      @@android_knowledge thank you mam

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

    thnku

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

    Hello, I want to develop one Android application with you please let me know if you can do it

  • @3ARF1
    @3ARF1 4 месяца назад

    i'm not found app:layout_anchor="@id/bottomAppBar" in my android studio

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

    The fragments dont open when i click, and i followed step by step, can you give me any tips?

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

      Any error captured in logcat?

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

      I did it, but i followed another tutorial of your channel, thank you

  • @lwoui
    @lwoui 8 месяцев назад

    hello, i'm getting an error :
    Unable to start activity ComponentInfo{com.example.projetmobile/com.example.projetmobile.MainActivity}: android.view.InflateException: Binary XML file line #44 in com.example.projetmobile:layout/activity_main: Binary XML file line #44 in com.example.projetmobile:layout/activity_main: Error inflating class com.google.android.material.bottomappbar.BottomAppBar
    And also :
    Caused by: java.lang.IllegalArgumentException: The style on this component requires your app theme to be Theme.MaterialComponents (or a descendant).
    Please help me

    • @lwoui
      @lwoui 8 месяцев назад

      I found my error, my theme was good in themes.xml but not in the AndroidManifest :