Displaying an image in ListView from SQLite database
问题 I'm a little stuck at the moment. I know similar questions have been asked, but I haven't been able to find anything that has helped. I'm trying to get and image to appear in ListView from an internal database inside my android application. I have a database with 141 rows, and each row is labeled 1,2 or 3. I need a different png image (saved in my res/drawable folder) to show depending on the 1,2, or 3. Here is my current Query. Any advice would be welcome. I realize there may be a better way