Hello,
I am mainly using searchview to make users search between available items. For a new project , I want to add a picture to search results like imdb app. Every item will have a small picture near it so for each search item there will be a label and also a pic which needs to be filtered as the users types in to searchbox. What is the easiest way to achieve this ? With modifying the current searchview ? If yes , will it be fast and can you give some advices on how to do it ?
Thanks