How to Implement SetOnItemSelectedListener in Fragment on Bubble Tab Bar Chip Navigation Bar Kotlin

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ต.ค. 2024

ความคิดเห็น • 29

  • @RonalRomeroVergel
    @RonalRomeroVergel ปีที่แล้ว

    6:22 bro i cant use that variable "tvPosition" can you help me??

  • @gauravthakkar802
    @gauravthakkar802 4 ปีที่แล้ว +1

    Hi wanted to know the difference between the following two ways of using the interface
    1. navbar.setOnItemSelectedListener { object : ChipNavigationBar.OnItemSelectedListener{
    override fun onItemSelected(id: Int) {
    var fragment: Fragment? = null
    when (id) {
    R.id.home -> fragment = HomeFragment()
    R.id.graphical_stats -> fragment = GraphicalStats()
    R.id.sources -> fragment = SourcesFragment()
    }
    if (fragment != null) {
    supportFragmentManager.beginTransaction().replace(R.id.container_frame, fragment)
    .commit()
    } else {
    Log.e(TAG, "Error Creating Fragment")
    }
    }
    2. navbar.setOnItemSelectedListener { id ->
    var fragment: Fragment? = null
    when (id) {
    R.id.home -> fragment = HomeFragment()
    R.id.graphical_stats -> fragment = GraphicalStats()
    R.id.sources -> fragment = SourcesFragment()
    }
    if (fragment != null) {
    supportFragmentManager.beginTransaction().replace(R.id.container_frame, fragment)
    .commit()
    } else {
    Log.e(TAG, "Error Creating Fragment")
    }
    }
    Please let me know the difference between the two
    the second one works
    But the first one doesn't

  • @oigen1110
    @oigen1110 3 ปีที่แล้ว

    It's fine. Thank you. Tell me, how can I implement, when I click on one of these buttons, to open a new activity?

  • @Ghar_ka_khana1831
    @Ghar_ka_khana1831 4 ปีที่แล้ว +3

    Suppose in all 4 section we want to do different things..means suppose in Home we want add a list view which contains only text information and in Like section we want to another list view which contains only images and in search section we want to add search option and in profile section we want to show only user profile..so how it will be possible with this..I am talking about Instagram and Facebook design..hope you will understand

    • @abdulazizahwan
      @abdulazizahwan  4 ปีที่แล้ว

      Ok thank you for your suggestion

    • @adjeirichard9239
      @adjeirichard9239 4 ปีที่แล้ว +1

      @@abdulazizahwan plsss how can i navigate through the fragment with different display in java

    • @abdulazizahwan
      @abdulazizahwan  4 ปีที่แล้ว

      If you look for java code watch this th-cam.com/video/OBzLEjsrfq4/w-d-xo.html

  • @darkz6890
    @darkz6890 3 ปีที่แล้ว

    tanya bang , kalau navbarnya ndak pake fragment apakah bisa? , jadi nanti ganti2 activity tiap klik tombol navigasinya

  • @mohamedbardouni6868
    @mohamedbardouni6868 4 ปีที่แล้ว

    Please be patient with us and make more videos i respect u

  • @sergioandres9115
    @sergioandres9115 4 ปีที่แล้ว

    hi bro, big tutorials to appreciate, i need implement tabbar whit activitys no fragment , is posible whit this toutorial in klotin ? tnks

  • @trevaunmiller6659
    @trevaunmiller6659 3 ปีที่แล้ว

    You should do an example that uses multiple fragments. This does not show me how to switch between multiple screens.

  • @dombikpanda
    @dombikpanda 2 ปีที่แล้ว

    There is no findNavController in chipNavigationBar

  • @asyrafaizat2672
    @asyrafaizat2672 4 ปีที่แล้ว

    Boss ,, yang ini untuk apa? fungsi nya apa?jelas kan boleh tak?

    • @abdulazizahwan
      @abdulazizahwan  4 ปีที่แล้ว

      Untuk mengatur kondisi pas kita ngeklik menu

  • @Groovepublic
    @Groovepublic 3 ปีที่แล้ว

    Bahasa indonesia dong bosssku

  • @gauravmaurya8745
    @gauravmaurya8745 4 ปีที่แล้ว

    we want java

    • @abdulazizahwan
      @abdulazizahwan  4 ปีที่แล้ว +1

      Soon as possible

    • @gauravmaurya8745
      @gauravmaurya8745 4 ปีที่แล้ว

      @@abdulazizahwan can you also make video on scroll able bottom app bar

    • @gauravmaurya8745
      @gauravmaurya8745 4 ปีที่แล้ว

      For example -scrollable bottom app bar present in photo editing app like Adobe Photoshop mobile

    • @gauravmaurya8745
      @gauravmaurya8745 4 ปีที่แล้ว

      Ok thanks

    • @abdulazizahwan
      @abdulazizahwan  4 ปีที่แล้ว

      This java th-cam.com/video/OBzLEjsrfq4/w-d-xo.html

  • @reddym6849
    @reddym6849 4 ปีที่แล้ว

    java code plz

    • @abdulazizahwan
      @abdulazizahwan  4 ปีที่แล้ว

      Next video bro

    • @mohitmahajan1947
      @mohitmahajan1947 4 ปีที่แล้ว

      @@abdulazizahwan did you made a video on java for the same but using different fragments

    • @abdulazizahwan
      @abdulazizahwan  4 ปีที่แล้ว

      @@mohitmahajan1947 haven't yet

    • @abdulazizahwan
      @abdulazizahwan  4 ปีที่แล้ว

      This java code th-cam.com/video/OBzLEjsrfq4/w-d-xo.html