Filter Recyclerview using Search View - Kotlin || Implement Search view in Recyclerview using Kotlin

Поділитися
Вставка
  • Опубліковано 9 тра 2021
  • Filter Recyclerview using Search View - Kotlin || Implement Search view in Recyclerview using Kotlin
    Follow me on Instagram: / foxandroidblog
    Follow me on Facebook: / foxandroidblog
    ---------------------------------------------------------------------------------------------------------------------------------------------------------
    Equipment I Use to Make My videos:
    📱 Phone -: amzn.to/3px6ucS
    🎧Earphones -: amzn.to/3JecI98
    🎙️Mic - : amzn.to/310u7Rp
    🎙️Mic - : amzn.to/3He96SW
    🔊Speakers - : amzn.to/3Hgfzg8
    💾External HardDrive - amzn.to/3JoRzZV
    💻 My PC build: www.amazon.in/shop/foxandroid
    --------------------------------------------------------------------------------------------------------------------------------------------------------
    Hey Developers,
    In this video, I have explained :
    * How to Filter RecyclerView using SearchView and Kotlin as the backend language.
    Android Read OTP Automatically using Kotlin
    • Android Read OTP Autom...
    RecyclerView using Kotlin 2021
    • RecyclerView using Kot...
    Item Click Listener - RecyclerView using Kotlin
    • Item Click Listener - ...
    Recyclerview onClickListener to NewActivty using Kotlin
    • Recyclerview onClickLi...
    RecyclerView gestures using Kotlin
    • RecyclerView gestures ...
    Drag and Drop to Reorder items in RecyclerView using Kotlin
    • Drag and Drop to Reord...
    #searchview #recyclerview #kotlin
  • Наука та технологія

КОМЕНТАРІ • 44

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

    I don't think 90% of the world's developers would exist without the elite teachers from the subcontinent of India. This is my new favorite youtube channel.

  • @mohitjangra1660
    @mohitjangra1660 2 роки тому +1

    Thankyou for Help

  • @fistergutierrez
    @fistergutierrez 3 роки тому +1

    Excelente!! Justo lo que buscaba!)

    • @ErickCruz_Dev
      @ErickCruz_Dev 2 роки тому

      when I click on the result, to see the detail: it does not show me the detail of the one I have selected but of another

  • @AbdulWaheed-fb3it
    @AbdulWaheed-fb3it 2 роки тому

    Great work Sir. Thank you

    • @ErickCruz_Dev
      @ErickCruz_Dev 2 роки тому

      when I click on the result, to see the detail: it does not show me the detail of the one I have selected but of another

  • @VogelCoage
    @VogelCoage 2 роки тому +1

    Thanks a lot, easy & fast.

  • @alibasha50
    @alibasha50 3 роки тому +1

    nice video .... easy way on my opinion is to implement filterable interface for the adapter class :)

    • @ErickCruz_Dev
      @ErickCruz_Dev 2 роки тому

      when I click on the result, to see the detail: it does not show me the detail of the one I have selected but of another

  • @AMARJITSINGH-xt5ui
    @AMARJITSINGH-xt5ui 2 роки тому +2

    Brother everything is good, 🙂🙂but please make sure your audio and music volume match!!

    • @_foxandroid
      @_foxandroid  2 роки тому

      Sure will take care of that!!!

  • @heijun149
    @heijun149 2 роки тому

    why my one application stated say keeps stoppin while i just follow the coding?

  • @ashkansaei106
    @ashkansaei106 2 роки тому +1

    Thank You !!

    • @ErickCruz_Dev
      @ErickCruz_Dev 2 роки тому

      when I click on the result, to see the detail: it does not show me the detail of the one I have selected but of another

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

    Thank a lot ,but i dont get statement "notifydatasetchange," according to document i read, it not recommended, because it redrawer whole

  • @anurajms
    @anurajms 3 роки тому +1

    thank you

    • @ErickCruz_Dev
      @ErickCruz_Dev 2 роки тому

      when I click on the result, to see the detail: it does not show me the detail of the one I have selected but of another

  • @antarikshamanjule398
    @antarikshamanjule398 3 роки тому +1

    Nice video, just tell m will it mistmatch the index if I click on particular item.
    Means if I want some data 3 index of actual arraylist, but I searched that item in search box and I got that item and I'm clicking on that it's index gets changed?

    • @_foxandroid
      @_foxandroid  3 роки тому +1

      Yes because you are putting items again in the arraylist according to query so index will change

  • @marc988
    @marc988 2 роки тому

    Maybe I'm just to new but... why didn't he show us everything (related to this activity ) since the beginning ? What about the "News.kt" class on the left? And it's just an example ...

  • @ErickCruz_Dev
    @ErickCruz_Dev 2 роки тому

    when I click on the result, to see the detail: it does not show me the detail of the one I have selected but of another

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

    thanks for the video, can you please share the full code?

  • @odm3571
    @odm3571 2 роки тому

    Bro how to put data in recycle view screen fragmentA from detail screen fragmentB , me put = bundle is null :(.i dont know why :( help me pls

  • @mahmudahlia2560
    @mahmudahlia2560 3 роки тому +2

    How about show error message when search query is not found? Actually i use data from api, and i still dont know to show the error message 😅

    • @_foxandroid
      @_foxandroid  3 роки тому

      If length of array list is zero after the for loop you can show the error

  • @gokul4924
    @gokul4924 3 роки тому +1

    Can you please do a video for search bar in recyclerview in Java?

    • @ErickCruz_Dev
      @ErickCruz_Dev 2 роки тому

      when I click on the result, to see the detail: it does not show me the detail of the one I have selected but of another

  • @gowthamvaradharaj4615
    @gowthamvaradharaj4615 3 роки тому +1

    hi sir this is working fine
    but one issue I got
    when I search the result that hides under action bar
    please give me solution for that . thank you

  • @Aatmikvlogs
    @Aatmikvlogs 2 роки тому +2

    this search is case sensitive

    • @_foxandroid
      @_foxandroid  2 роки тому

      It can be altered just convert the query to small case

    • @Aatmikvlogs
      @Aatmikvlogs 2 роки тому +2

      @@_foxandroid what if the search (word) is in between two other words then also it will not work
      actually i have done this thats y i am saying, i am finding an alternative for this problem

    • @_foxandroid
      @_foxandroid  2 роки тому +1

      It is quite easy just read for queries is arraylist you'll get to it

    • @Aatmikvlogs
      @Aatmikvlogs 2 роки тому +1

      @@_foxandroid now that's an answer I was looking for 😇 make a video on that

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

    not working bin serachview

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

    Why does none of your tutorials work ???

  • @rafapasternak8090
    @rafapasternak8090 2 роки тому

    shitty solution but it only thing you can hope for in shit that is kotlin

  • @user-yb2jz7sw5u
    @user-yb2jz7sw5u 2 роки тому +3

    Dislike because you don't add source code