How to add Editext and Button to Efficent Adapter which has a Icon and text
- by jayanthgande
Hi,
I want to create a layout in such a way that on top edittext and button should be there in one row.
The search text I enter in editext and click on search button. Then I want to display a custom list view where each row contains image and text.(As per the API demos example list14 I have tried). But when I run the application, button and…