If the names you expect are the tea names, then yes it does show up
fine. Initially they weren't showing up. That was where I had to
change your code to this:

                int[] to = new int[] { android.R.id.text1 };
                ListAdapter test = new SimpleCursorAdapter(this,
android.R.layout.simple_list_item_1,
                                myTeaCursor, from, to);


On Mar 24, 6:50 am, MobileBen <[EMAIL PROTECTED]> wrote:
> Hi Dan U,
>
> So it works now more or less. I have just a problem that my values
> from the database are "not visible" in the list displayed on the
> screen. The list will be shown on the screen and I can select items
> but in the "items" have no "names".
> So the list is build correctly but the names are missing.
>
> Do you see the "names" of the items on your screen?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to