Skip to content

I can not use filterParent in my main activity. #12

@LucasFerrari

Description

@LucasFerrari

I can not use filterParent in my main activity, I'm new to programming. Sorry, I'm using google translator.

  layoutExpandable.filterParent ("SEARCH PARAM");

I'm using the so in my class:

public class City implements Filterable {

     public String nameCity;

     public City (String cityName) {
         this.nomeCity = nameCity;
     }

     @Override
     public Filter getFilter () {
         return null;
     }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions