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?
Comments
Post a Comment