КОМЕНТАРІ •

  • @williammacdonald2283
    @williammacdonald2283 7 місяців тому +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!

  • @kllyctr
    @kllyctr 4 місяці тому +1

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

  • @baer126
    @baer126 5 місяців тому +2

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

  • @sweatahpurmessur2739
    @sweatahpurmessur2739 Рік тому +3

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

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

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

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

      @@novox_redmoon2320 did you find a solution?

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

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

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

      Have you managed to solve this problem?

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

      Have you managed to solve this problem?@@novox_redmoon2320

  •  Рік тому

    @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 8 місяців тому

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

  • @arturovic7981
    @arturovic7981 Рік тому +5

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

  • @christianmanisan4369
    @christianmanisan4369 10 місяців тому +1

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

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

      do u solve it ? ihave some issue

    • @zaalty2795
      @zaalty2795 8 місяців тому

      same issues did u solve it?

  • @guitarholicz
    @guitarholicz 4 місяці тому

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

  • @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 11 місяців тому

      I'm also struggling

    • @진짜광기
      @진짜광기 2 місяці тому

      is the solution app:labelVisibilityMode="labeled"?

  • @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

  • @geraldokothKE
    @geraldokothKE 4 місяці тому

    This should have been a 3hr video.😊

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

    Now make projects plz

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

    thanknyou so much pro i realy appericaite it

  • @johanesalberto6136
    @johanesalberto6136 11 місяців тому

    thank you so much brother, you help me

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

    Thank you!

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

    thanks a lot sir

  • @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

  • @21_3E_WidiyaWati
    @21_3E_WidiyaWati 11 місяців тому

    Thank you very much

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

    Thanks A Lot !!!!

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

    thank you

  • @shubhamghude6397
    @shubhamghude6397 8 місяців тому

    Thanks

  • @kevinernestolopezramirez5275
    @kevinernestolopezramirez5275 6 місяців тому

    gracias

  • @baer126
    @baer126 5 місяців тому +1

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