CharactersFavoriteAdapter |
Class for presenting characters favorite List data in a RecyclerView, including computing diffs between Lists on a background thread. class CharactersFavoriteAdapter : BaseListAdapter<CharacterFavorite> |
CharactersFavoriteTouchHelper |
Helper class customize touch behavior per RecyclerView.ViewHolder allowing to swipe. class CharactersFavoriteTouchHelper : SimpleCallback |