[android-developers] SimpleCursorAdapter and setListAdapter problems

2009-03-19 Thread sddandroid
I am trying to fill the data in two text views in a single row (see xml) and am trying to use SimpleCursorAdapter to do it. As I understand the function, it is allowed to take an array of strings and an array of ids which you see in the list below. When I run the application from the phone, it

[android-developers] Cursors and accessing data

2009-06-01 Thread sddandroid
Hey guys. I'm wondering how to loop through a Cursor to display content in a table I have. I know the mildly simple way of dropping my data into a ListActivity but the current app I am working on will not use that system. Is it possible to loop through it like you would an array e.g. get the

[android-developers] Re: Cursors and accessing data

2009-06-01 Thread sddandroid
represent those of T-Mobile USA, Inc. On Jun 1, 7:14 pm, sddandroid sddm...@gmail.com wrote: Hey guys. I'm wondering how to loop through a Cursor to display content in a table I have. I know the mildly simple way of dropping my data into a ListActivity but the current app I am working