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
Hi thanks for this wonderful library. please can you help with how i can use it for my recyclerview.
this is my model:
public class Country {
private int id;
private String name, iso2name, iso3name, iso2continent, phone_code, currency, active, added, updated;
Hi thanks for this wonderful library. please can you help with how i can use it for my recyclerview.
this is my model:
public class Country {
private int id;
private String name, iso2name, iso3name, iso2continent, phone_code, currency, active, added, updated;
}
and this is my adapter
public class CountryAdapter extends RecyclerView.Adapter<CountryAdapter.ViewHolder> implements Filterable {
}
Thanks again
The text was updated successfully, but these errors were encountered: