public class AdapterPlayList extends android.support.v7.widget.RecyclerView.Adapter<AdapterPlayList.PlayListHolder>
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterPlayList.PlayListHolder |
| Constructor and Description |
|---|
AdapterPlayList(android.content.Context context,
java.util.List<Item> itemList,
CallbackPlayList callbackPlayList) |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemCount() |
void |
onBindViewHolder(AdapterPlayList.PlayListHolder playListHolder,
int position) |
AdapterPlayList.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 AdapterPlayList(android.content.Context context,
java.util.List<Item> itemList,
CallbackPlayList callbackPlayList)
public AdapterPlayList.PlayListHolder onCreateViewHolder(android.view.ViewGroup parent, int viewType)
onCreateViewHolder in class android.support.v7.widget.RecyclerView.Adapter<AdapterPlayList.PlayListHolder>public void onBindViewHolder(AdapterPlayList.PlayListHolder playListHolder, int position)
onBindViewHolder in class android.support.v7.widget.RecyclerView.Adapter<AdapterPlayList.PlayListHolder>public int getItemCount()
getItemCount in class android.support.v7.widget.RecyclerView.Adapter<AdapterPlayList.PlayListHolder>