Продолжайте получать "Конструктор SimpleCursorAdapter (MyProgram, int, Cursor, int) не определен" и я не уверен почему Вот мой код.
Cursor c = mDbHelper.getAllTypes();
startManagingCursor(c);
SimpleCursorAdapter notes = new SimpleCursorAdapter(this, R.layout.list_item1, c, R.id.text1);
setListAdapter(notes);
Есть идеи?