• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by mark9

  1. M

    Implementing Search Filter in Adapter that parses a JSON

    I would like to implement a search filter in my adapter class (used in a fragment class showing a list of colors), but although I managed to do it for simpler examples, I don't know how to proceed in this class that receives a json array; I would like to filter the search on the colorCode, since...