android - How can I run the Search Activity in a different thread? -


i writing app has searchview widget, , i'm using searchable.xml configuration , searchactivity search , display results pending on query searchview widget according tutorial: http://developer.android.com/guide/topics/search/search-dialog.html works fine, there delay between time user presses enter button search, , time searchactivity displayed. commented out search algorithm , left textview in searchactivity, lag still there. possible run searchactivity in different thread or else display searchactivity when initialized?

asynctask used process want seperate ui , display result in ui

refer:

async task


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -