SearchView with RecyclerView in Kotlin - Android Studio Tutorial (2022)

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

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

  • @davidmatheka1973
    @davidmatheka1973 ปีที่แล้ว +2

    Thank you thank you thank you. You have no idea how long ive been looking for this.God bless you

  • @lglf77
    @lglf77 8 หลายเดือนก่อน

    your channel is funny, gratefull

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

    Thanks a'lot it helped me to understand Thank you buddy.. May God Bless you.. Good luck in whatever u r doing

  • @dshorts9604
    @dshorts9604 7 หลายเดือนก่อน

    Thanks dude ❤❤

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

    Thanks for your effort you are great guy

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

    bro you awesome, more share your knowledge please with beautiful content

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

    Thank You very much 🤍

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

    I have done everything same but still my setfilterlist function is not working. Is there anything wrong?

  • @semdaniel1
    @semdaniel1 2 ปีที่แล้ว +1

    king 👑

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

    You saved me thank you

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

    how go click item when found item?

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

    Does this searchview works with realtime database ?

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

      Yes it will u will get list from realtime db u can implement this search view on that list as well

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

      ​​@@codingstuff070 But app is crashed after running.. errors are also not there.. Could you pls help me

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

    How to on click recycler item

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

      th-cam.com/video/WqrpcWXBz14/w-d-xo.html

  • @lara-kp7lp
    @lara-kp7lp ปีที่แล้ว

    Perfect

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

    please source code brother

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

    I need a quiz app, see I messaged on Instagram sir

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

    condisition is not true
    Try this Way
    if (filteredList.isNotEmpty()) {
    countryCodeAdapter.setData(filteredList)
    } else {
    Toast.makeText(requireContext(), "Data Not Found", Toast.LENGTH_SHORT).show()
    }