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
@@ -13,7 +13,7 @@ import com.philliphsu.clock2.util.AlarmController;
/**
* Created by Phillip Hsu on 6/29/2016.
*
* TODO: Make this abstract for other data types.
* TODO: Extend from BaseCursorAdapter
*/
public class AlarmsCursorAdapter extends RecyclerView.Adapter<AlarmViewHolder> {
private static final String TAG = "AlarmsCursorAdapter";