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

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -