nevermind, i have found the solution, here is a good example to bind the SimpleCursorAdapter to a ListView : http://ambiguiti.es/2009/04/making-custom-rows-in-android-listviews/
On Thu, May 21, 2009 at 5:01 PM, Vincent Tsao <[email protected]>wrote: > i'd like to create a new adapter which extends SimpleCursorAdapter, any > sample code to help? > > > On Thu, May 21, 2009 at 4:57 PM, Vincent Tsao <[email protected]>wrote: > >> >> i would be retrieving values from sqlite database and have to display >> it in a list view...So how should i pass the images out from the >> database into the list view(in fact, i only save the image uri in >> db).. I am able to save and retrieve images individually and display >> it on the screen.But how do i pass a bitmap and display it in a list >> view. can you help me with some sample codes please... >> >> >> > --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

