| android Programming Glossary: enablesectionsCustom filtering in Android using ArrayAdapter http://stackoverflow.com/questions/2718202/custom-filtering-in-android-using-arrayadapter  new String 0 private Filter filter private boolean enableSections public MangaListAdapter Context context int textViewResourceId.. int textViewResourceId ArrayList Manga items boolean enableSections  super context textViewResourceId items this.filtered items.. this.context context this.filter new MangaNameFilter this.enableSections enableSections if enableSections  alphaIndexer new HashMap String.. 
 Custom filtering in Android using ArrayAdapter http://stackoverflow.com/questions/2718202/custom-filtering-in-android-using-arrayadapter  private HashMap String Integer alphaIndexer private String sections new String 0 private Filter filter private boolean enableSections public MangaListAdapter Context context int textViewResourceId ArrayList Manga items boolean enableSections  super context.. boolean enableSections public MangaListAdapter Context context int textViewResourceId ArrayList Manga items boolean enableSections  super context textViewResourceId items this.filtered items this.items filtered this.context context this.filter new MangaNameFilter.. items this.filtered items this.items filtered this.context context this.filter new MangaNameFilter this.enableSections enableSections if enableSections  alphaIndexer new HashMap String Integer  for int i items.size 1 i 0 i   Manga element.. 
 |