android - How efficient in terms of speed is a Filterable custom ArrayAdapter? -
i need search varchar column of sqlite database word app , show results in listview. i'm using mensa library mensa github link because of speed offers very long texts. in project i've used filterable alongwith custom arrayadapter filters listitems based on text matching. wondering whether replace mensa usage filterable approach without compromising on search efficiency because mensa library increases apk size 3.37 mb
i've checked jar file of mensa library, , big because include animal.keywords
testing database inside jar.
rename mensa-1.0.1.jar mensa-1.0.1.zip
, , open archive manager. navigate com/dell/mensa/testutils/
, delete animals.keywords
file. rename mensa-1.0.1.jar
, , continue using it. file should 104.5 kb now.
Comments
Post a Comment