Hi want to create a custom cursor adapter so I can display an image with 2 lines of text.
I have had some trouble understanding the custom cursor adapters but I do not understand how to add an imageview to be filled from the path in my database.
Hi want to create a custom cursor adapter so I can display an image
Share
Will,
I’ve actually implemented something incredibly similar to what you are looking for. Here is my implementation.
XML just incase…
This displays two rows of text and up to 2 images to the right of the text depending on certain conditions.
I hope this can give you a basis to work from!
Good luck :]