Hello. I have object type in DB (integer field 1, 2, 3 ... 8). Each object type corresponds to image, which is stored in drawable directory. I want to display list of objects with their images. I found solution, using SimpleCursorAdapter. It bind image from DB, but in this case I have to store image in DB, which is unnecessary, because I have object type. Can you please help me, how can I solve this problem?
Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

