I am using the search manager of android to display data from my server when typing in the searchView. The problem is when displaying images in The SUGGEST_COLUMN_ICON_1 it blocks the application and I can't find how to make them download in background and get the result to update the cursor.
- I already created a ContentProvider
- Declare it in manifest.xml
- Configured the searchable.xml
- Displayed data
I'm only having problem with images. They took a while to be displayed. Any Solutions?