How to Filter List View by Multiple Fields Android Studio Tutorial | Multi Select Filter Buttons

Поділитися
Вставка
  • Опубліковано 16 жов 2024

КОМЕНТАРІ • 22

  • @Slypa123
    @Slypa123 4 роки тому +2

    Awesome!! Thanks Cal! Great video!

    • @CodeWithCal
      @CodeWithCal  4 роки тому

      You're most welcome, glad you found it 🙂

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

    Many thanks for this great explanation, but the onclick inside the list does not work.
    Can you fix it or do you have a video or source to explain it?

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

    Do you have an example where images shown in the list have been fetched from an external source?

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

    Hey Cal, is it possible for the category buttons to be generated from a recycler view and still achieve the same result?

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

      Yes should work the same way a recycler view :)

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

    SO complicated! do'nt you have a easier way just for search view to be implemented on an array ?

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

    Hey cal. I wanted to filter multiple checkboxes stored in realtime database. How do you go about it

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

      Hmm 🤔 I'm not sure I understand the question.
      You would like to filter by multiple boolean fields?

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

    hey cal, can we do this for recycleview instead of listview ? if yes can you pls give me some code or something ??

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

      Hey, All principles here should definitely apply to recycler views as well.
      I do have a tutorial on building recycler views. See below.
      ua-cam.com/video/Iv7FugeCeqg/v-deo.html

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

      @@CodeWithCal tysm for ur rply but... ik how to use a recycleview ... i wanted to know if we can filter data with multiple buttons like this tutorial with recycleview instead of listview ...!!! if its possible than pls can u provide me some code for it ???

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

      I don't have any exact code handy.
      How ever I see no reason why the key concepts of the code (i.e 90%) provided in this video cannot be applied to a recycler view.
      If you already know how a recycler view works, then I would say you are most of the way there :)

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

    Can I find this anywhere in kotlin?

  • @Alaa-mc1vu
    @Alaa-mc1vu 2 роки тому

    hi Cal
    how can i do this with recyclerview?
    plz help me

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

      The principles should be the same. I don't see myself making another tutorial because it would be to similar.
      You can do it :)

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

    Thank you bro.. Can i get the project file bro??

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

      Sure thing there is a link to github in the description. With the source code.
      Otherwise here is that link again :)
      github.com/codeWithCal/Shapelist/tree/shapeListMultiSelectFilter

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

      @@CodeWithCal Thank you once again bro..

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

    Wau very nice but i am trying it using firebase

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

      Firebase tutorial is on my to do list. Good luck 🍀