[android-developers] ListView display problem

2009-05-01 Thread MrChaz
I have a list activity which is doing something very strange when you select items. It doesn't seem to be de-selecting old items if you click on a different one. if you use the trackball it seems to select every other item and then swap the selection as you move up and down. I'm not doing anythin

[android-developers] ListView display problem

2008-07-10 Thread andyn
Hi there, I want to include a listview displaying my contacts' names. I have the following code: -- String[] projection = new String[] { android.provider.BaseColumns._ID, android.provider.Contacts.PeopleColumns.NAME,