[android-beginners] Re: Managing an SQLite cursor in a ListActivity

2010-07-16 Thread hiubs
Hello Bret, can you post some code? On 14 jul, 20:21, Bret Foreman wrote: > I have a ListActivity that selects a cursor from an SQLite table in > order to build the list. The cursor is created inside > ListActivity.onCreate and closed inside ListActivity.onDestroy. I also > call startManagingCurs

[android-beginners] Re: Managing an SQLite cursor in a ListActivity

2010-07-16 Thread hiubs
can you post some code? On 14 jul, 20:21, Bret Foreman wrote: > I have a ListActivity that selects a cursor from an SQLite table in > order to build the list. The cursor is created inside > ListActivity.onCreate and closed inside ListActivity.onDestroy. I also > call startManagingCursor right aft