public class AdapterPlaylistFolder extends android.support.v7.widget.RecyclerView.Adapter<AdapterPlaylistFolder.PlayListHolder>
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterPlaylistFolder.PlayListHolder |
| Constructor and Description |
|---|
AdapterPlaylistFolder(android.content.Context context,
java.util.List<Data> dataList,
int currentPositionOfDataList,
CallbackPlaylistFolder callbackPlaylistFolder) |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemCount() |
void |
onBindViewHolder(AdapterPlaylistFolder.PlayListHolder playListHolder,
int position) |
AdapterPlaylistFolder.PlayListHolder |
onCreateViewHolder(android.view.ViewGroup parent,
int viewType) |
bindViewHolder, createViewHolder, getItemId, getItemViewType, hasObservers, hasStableIds, notifyDataSetChanged, notifyItemChanged, notifyItemChanged, notifyItemInserted, notifyItemMoved, notifyItemRangeChanged, notifyItemRangeChanged, notifyItemRangeInserted, notifyItemRangeRemoved, notifyItemRemoved, onAttachedToRecyclerView, onBindViewHolder, onDetachedFromRecyclerView, onFailedToRecycleView, onViewAttachedToWindow, onViewDetachedFromWindow, onViewRecycled, registerAdapterDataObserver, setHasStableIds, unregisterAdapterDataObserverpublic AdapterPlaylistFolder(android.content.Context context,
java.util.List<Data> dataList,
int currentPositionOfDataList,
CallbackPlaylistFolder callbackPlaylistFolder)
public AdapterPlaylistFolder.PlayListHolder onCreateViewHolder(android.view.ViewGroup parent, int viewType)
onCreateViewHolder in class android.support.v7.widget.RecyclerView.Adapter<AdapterPlaylistFolder.PlayListHolder>public void onBindViewHolder(AdapterPlaylistFolder.PlayListHolder playListHolder, int position)
onBindViewHolder in class android.support.v7.widget.RecyclerView.Adapter<AdapterPlaylistFolder.PlayListHolder>public int getItemCount()
getItemCount in class android.support.v7.widget.RecyclerView.Adapter<AdapterPlaylistFolder.PlayListHolder>