http://code.google.com/android/reference/android/widget/CursorAdapter.html
isn't CursorAdapter an abstract class? I would still consider myself a newbie when it comes to ListView, Adapters, and Cursors, but I think you can only use Cursors for stuff you queried. If you're making a generic list out of something else, you need to use a SomethingAdapter (like SimpleAdapter). Not a SomethingCursorAdapter. On Jun 8, 11:08 am, Sylvester Steele <[EMAIL PROTECTED]> wrote: > Hi, > > The cursorAdapter constructor format is really simple but its just not > working! > private CursorAdapter ABC; > ABC= new CursorAdapter (myCursor, myActivity); > > note: the activity is passed on to this class from another class > > the myCursor is not initialized, but is returned by a function ie i > never do a myCursor= new .. > > Thanks > Sylvester --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

