ListView baseadapter class implement TextWatcher

孤者浪人 提交于 2020-01-17 09:11:15

问题


i have an baseadapter custom listview and edittext. I want to get data from edittext and change values of all the listview items with text watcher on text change. when i enter a new value text start changing instead of after i finish entering values. im working in fragment.


回答1:


You Try this Example and also search in google "listview Filter" you will get so many examples



来源:https://stackoverflow.com/questions/44367930/listview-baseadapter-class-implement-textwatcher

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!