Bottom Navigation Bar - Android Studio | Fragments | Kotlin | 2023

Поделиться
HTML-код
  • Опубликовано: 24 май 2023
  • Bottom Navigation Bar - Android Studio | Fragments | Kotlin | 2023
    Follow me on Instagram: / foxandroidblog
    Follow me on Facebook: / foxandroidblog
    Source Code : github.com/foxandroid/BottomN...
    ---------------------------------------------------------------------------------------------------------------------------------------------------------
    --------------------------------------------------------------------------------------------------------------------------------------------------------
    Hey Developers,
    In this video, I have explained :
    * Implementing Bottom Navigation using Kotlin
    How to Request Multiple Permissions in Android 11 using Kotlin
    • How to Request Multipl...
    How to Save Image to External Storage using Java API 30
    • How to Save Image to E...
    Read Image From External Storage API 30+ using Kotlin
    • Read Image From Extern...
    Read Image From External Storage API 30+ using Java
    • Read Image From Extern...
    StartActivityForResult Deprecated Solution using Java
    • StartActivityForResult...
    Bottom Navigation Bar - Android Studio | Fragments | Java | 2022
    • Bottom Navigation Bar ...
    #bottomnavigationview #android #kotlin
  • НаукаНаука

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

  • @williammacdonald2283
    @williammacdonald2283 4 месяца назад +1

    Thank you mate. Spent some time working on 2020 tutorial just to realize its no longer relevant, then was quickly saved by your video!

  • @arturovic7981
    @arturovic7981 11 месяцев назад +5

    Bro u saved my day ... thank u !!

  • @aleksboboychev
    @aleksboboychev 6 месяцев назад

    Thank you!

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

    thank you so much brother, you help me

  • @justinlau1918
    @justinlau1918 10 месяцев назад

    Thanks A Lot !!!!

  • @ismaciilibraahim3724
    @ismaciilibraahim3724 6 месяцев назад

    thanknyou so much pro i realy appericaite it

  • @MuhammadVitoo
    @MuhammadVitoo 7 месяцев назад

    thanks a lot sir

  •  Год назад

    @Foxandroid What should I do if I want my application to be opened first from the settings, not from the home page? I mean if i chance replaceFragment(HomeFragment()) as replaceFragment(SettingsFragment()) the app bottom menu show me i am in home page but the settings page is opended from app.

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

      hey you can write this as well binding.bottomNavigationView.selectedItemId = R.id.settings this can do your work.

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

      replaceFragment'ın altında bunu da kullan knk
      bottomNavigationView.menu.findItem(R.id.menu_settings).isChecked = true

  • @user-fb1jv2mv7l
    @user-fb1jv2mv7l 8 месяцев назад

    Thank you very much

  • @juandavid5153
    @juandavid5153 10 месяцев назад +1

    thank you

  • @geraldokothKE
    @geraldokothKE Месяц назад

    This should have been a 3hr video.😊

  • @guitarholicz
    @guitarholicz 25 дней назад

    Excuse me, Would you teach me how to resolve this error message "Unresolved reference: supportFragmentManager" please?

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

    Thanks

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

    I did everything exactly like in the video however I cant get all the buttons to show the proper fragment. I did two options at the bottom nav the one option works. The other does nothing.

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

      nevermind, I was able to figure it out, thank you for the video Sir.

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

      I have the same problem. How did you manage to fix it?

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

      I'm also struggling

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

    Now make projects plz

  • @kllyctr
    @kllyctr 24 дня назад

    Hi sir, only the Home title is showing. My other 4 icons doesnt show their title. can you help me T_T

  • @christianmanisan4369
    @christianmanisan4369 7 месяцев назад +1

    Mine requires 2 clicks or 2 taps in order for it to go to the next fragment. Can someone help?

    • @solares4613
      @solares4613 6 месяцев назад

      do u solve it ? ihave some issue

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

      same issues did u solve it?

  • @baer126
    @baer126 2 месяца назад

    I wanted to learn kotlin, do I need to learn Java?

  • @sweatahpurmessur2739
    @sweatahpurmessur2739 11 месяцев назад +3

    Getting error for using
    :"bottomNavigationView.setOnItemSelectionListener{
    when(it.itemId){ "
    in the mainActivity
    Any help please???

    • @novox_redmoon2320
      @novox_redmoon2320 11 месяцев назад +1

      The same thing happens to me, it does not recognize the bottomnavigationView, does anyone know of the solution?

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

      @@novox_redmoon2320 did you find a solution?

    • @Ajoi14
      @Ajoi14 10 месяцев назад

      try adding this line before using it:
      val bottomNavigationView = findViewById(R.id.bottomNavigationView)

    • @pizmemes
      @pizmemes 6 месяцев назад

      Have you managed to solve this problem?

    • @pizmemes
      @pizmemes 6 месяцев назад

      Have you managed to solve this problem?@@novox_redmoon2320

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

    Hey I just wanted to know which one is good practice.. This method or Navigation Host method!! Both are easy to understand
    I just implemented this in my app
    and thanks❤❤ BTW

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

    gracias

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

    Hello I would like to design one application with you, please let me know if you can help me, I will be paying you for that. Thanks in Advance

  • @baer126
    @baer126 2 месяца назад

    I wanted to learn kotlin, do I need to learn Java?