Interface | Description |
---|---|
DeleteDialogFragment.DeleteDialogListener |
The activity that creates an instance of this dialog fragment must
implement this interface in order to receive event callbacks.
|
Class | Description |
---|---|
ClipAdapter |
Bridge between the Clip RecyclerView and the Clip class
|
ClipAdapter.ClipViewHolder |
Our ViewHolder
|
ClipAdapter.ClipViewHolderFactory |
Factory to create an instance of our ViewHolder
|
ClipAdapter.ClipViewModelFactory |
Factory to create an instance of our ViewModel
|
ClipItemTouchHelper |
Handle swipe to dismiss on the RecyclerView
|
DeleteDialogFragment |
Modal dialog to delete all items in the main clip list
|
MainActivity |
Top level Activity for the app
|
MainHandlers |
Handlers for UI events
|
SortTypeDialogFragment |
Modal dialog to display list of sort types for the clip list
|