hi the cursor adapter is throwing error that constructor is not defined ?
String[] from = { "hour", "minute" };
int[] to = { android.R.id.text1,android.R.id.text2 };
SimpleCursorAdapter adapter = new SimpleCursorAdapter(this,
android.R.layout.activity_list_item, getAlarm, from, to);
and the error is as follows
The constructor SimpleCursorAdapter(MyDatabaseHelper, int, Cursor, String[], int[]) is undefined MyDatabaseHelper.java