Merge Adapter search filtering Android -
i trying add together search bar filters through info type. using merge adapter combines list view. combine them in code below , have read need add together kind of text alter listener method. new advice appreciated. thanks!
mcombinedcompanylistadapter mergeadapter
// sets adapter listview if (mnum != 2){ mcombinedcompanylistadapter.addview(msponsorsheader, false); mcombinedcompanylistadapter.addadapter(msponsorscursoradapter); } mcombinedcompanylistadapter.addadapter(mallcompaniesadapter); this.getlistview().addheaderview(mlistcountmessage); setlistadapter(mcombinedcompanylistadapter); getlistview().setdescendantfocusability(viewgroup.focus_before_descendants); }
android search filtering
No comments:
Post a Comment