Abstracted SQL, Cursor, Loader, Adapter, RecyclerView

This commit is contained in:
Phillip Hsu
2016-07-29 23:18:46 -07:00
parent 7c41ac2d29
commit b43ff03662
16 changed files with 654 additions and 71 deletions
@@ -153,6 +153,7 @@ public class EditTimerActivity extends BaseActivity {
// TODO: Pass back an intent with the data, or make Timer parcelable
// and pass back an instance of Timer. Consider overriding finish()
// and doing it there.
setResult(RESULT_OK);
finish();
}