Android RecyclerView通过我的EditText搜索过滤
创始人
2024-08-15 07:00:32
0

要实现RecyclerView的搜索过滤功能,可以按照以下步骤进行操作:

  1. 在布局文件中,添加一个EditText用于输入搜索关键字:

  1. 在RecyclerView的Adapter中创建一个新的List用于保存原始数据源,以便进行搜索过滤:
private List originalList;
private List filteredList;
  1. 在Adapter的构造函数中,将原始数据源复制到originalList中,并将filteredList初始化为originalList的副本:
public MyAdapter(List itemList) {
    this.originalList = new ArrayList<>(itemList);
    this.filteredList = new ArrayList<>(itemList);
}
  1. 在Adapter中添加一个方法用于执行搜索过滤操作,该方法将根据搜索关键字更新filteredList:
public void filter(String text) {
    filteredList.clear();
    if (text.isEmpty()) {
        filteredList.addAll(originalList);
    } else {
        text = text.toLowerCase();
        for (Item item : originalList) {
            if (item.getName().toLowerCase().contains(text)) {
                filteredList.add(item);
            }
        }
    }
    notifyDataSetChanged();
}
  1. 在Activity或Fragment中,获取EditText的引用,并添加一个TextWatcher监听器,当搜索关键字发生变化时调用Adapter的filter方法:
EditText editTextSearch = findViewById(R.id.editTextSearch);
editTextSearch.addTextChangedListener(new TextWatcher() {
    @Override
    public void beforeTextChanged(CharSequence charSequence, int i, int i1, int i2) {
        // Do nothing
    }

    @Override
    public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {
        myAdapter.filter(charSequence.toString());
    }

    @Override
    public void afterTextChanged(Editable editable) {
        // Do nothing
    }
});
  1. 在Activity或Fragment中,创建RecyclerView的Adapter并设置给RecyclerView:
RecyclerView recyclerView = findViewById(R.id.recyclerView);
MyAdapter myAdapter = new MyAdapter(itemList);
recyclerView.setAdapter(myAdapter);

现在,当用户在EditText中输入搜索关键字时,RecyclerView会自动更新以显示匹配的项。

相关内容

热门资讯

私人局两分钟!微扑克辅助是有w... 私人局两分钟!微扑克辅助是有wepoke打伙牌(果真真的有挂)-百度知乎1、微扑克辅助是有系统规律教...
透明挂一分钟!智星德州菠萝有挂... 透明挂一分钟!智星德州菠萝有挂微扑克模拟器是有(好像真的有挂)-百度知乎1、让任何用户在无需智星德州...
安装2分钟!德州辅助cloud... 安装2分钟!德州辅助cloudpoker辅助器(原来真的有挂)-百度知乎1)cloudpoker辅助...
大厅2分钟!wpk有辅助挂德州... 大厅2分钟!wpk有辅助挂德州之星辅助器(原来真的有挂)-今日头条1、点击下载安装,德州之星辅助器插...
插件挂八分钟!wpk显示有德州... 插件挂八分钟!wpk显示有德州微扑克辅助(一般真的有挂)-今日头条;1.德州微扑克辅助 ai辅助创建...
开挂2分钟!wpk机器人wep... 开挂2分钟!wpk机器人wepoke显示有(都是真的有挂)-小红书;1、实时wepoke显示有开挂更...
机制九分钟!德扑人工智能软件w... 机制九分钟!德扑人工智能软件wpk代打是真的(就是真的有挂)-今日头条;1、该软件可以轻松地帮助玩家...
游戏3分钟!wpk ai机器人... 游戏3分钟!wpk ai机器人和真的的区别wepoke辅助挂(好像真的有挂)-微博客户端1、wpk ...
游戏十分钟!wepoke透明挂... 游戏十分钟!wepoke透明挂可以识别微扑克系统发牌规律(果然真的有挂)-知乎1、金币登录送、破产送...
盈利八分钟!fishpoker... 盈利八分钟!fishpoker下载微扑克辅助挂(总是真的有挂)-小红书;1、上手简单,内置详细流程视...