On the very first line... Adapter that exposes data from a Cursor to a ListView widget. The Cursor must include a column named "_id" or this class will not work.
Here. http://developer.android.com/reference/android/widget/CursorAdapter.html -Kumar Bibek http://techdroid.kbeanie.com On Aug 30, 8:38 am, OldSkoolMark <[email protected]> wrote: > Documented where? > > On Aug 28, 4:17 pm, Kumar Bibek <[email protected]> wrote: > > > Yup, you are right, It's well documented I guess. > > > -Kumar Bibekhttp://techdroid.kbeanie.com > > > On Aug 27, 11:47 pm, OldSkoolMark <[email protected]> wrote: > > > > I've resolved the issue. Not sure if this is a bug, feature, or is > > > merely an undocumented feature. It appears that the child projection > > > you supply to your ExpandableListAdapter's constructor needs to > > > include the _ID field of the child table. > > -- 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

