android - Searchable scrolling List with SimpleCursorAdapter -


i have listview data set of persons in simplecursoradapter. have edittext , want scroll list matching entry without doing query search term.

i want keep entries in list.

how possible?


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -