You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
}
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: