Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
LucasFerrari opened this issue Jul 18, 2018 · 0 comments
Open

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

LucasFerrari opened this issue Jul 18, 2018 · 0 comments

Comments

@LucasFerrari
Copy link

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;
     }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant