Class InfoBigCardBinder
java.lang.Object
com.pranavpandey.android.dynamic.support.recyclerview.binder.DynamicRecyclerViewBinder<VH>
com.pranavpandey.android.dynamic.support.recyclerview.binder.DynamicDataBinder<DynamicInfo,InfoBigBinder.ViewHolder>
com.pranavpandey.android.dynamic.support.recyclerview.binder.factory.InfoBigBinder
com.pranavpandey.android.dynamic.support.recyclerview.binder.factory.InfoBigCardBinder
An
InfoBigBinder to bind the DynamicInfo inside a
CardView that can be used with the DynamicBinderAdapter.-
Nested Class Summary
Nested classes/interfaces inherited from class com.pranavpandey.android.dynamic.support.recyclerview.binder.factory.InfoBigBinder
InfoBigBinder.ViewHolder -
Constructor Summary
ConstructorsConstructorDescriptionInfoBigCardBinder(DynamicBinderAdapter<?> binderAdapter) Constructor to initialize an object of this class. -
Method Summary
Modifier and TypeMethodDescriptiononCreateViewHolder(ViewGroup parent, int viewType) Get theRecyclerView.ViewHolderfor this data binder.Methods inherited from class com.pranavpandey.android.dynamic.support.recyclerview.binder.factory.InfoBigBinder
onBindViewHolderMethods inherited from class com.pranavpandey.android.dynamic.support.recyclerview.binder.DynamicDataBinder
getData, getItemCount, setData, setDataMethods inherited from class com.pranavpandey.android.dynamic.support.recyclerview.binder.DynamicRecyclerViewBinder
getBinderAdapter, getRecyclerViewAdapter, notifyBinderDataSetChanged, notifyBinderItemChanged, notifyBinderItemInserted, notifyBinderItemMoved, notifyBinderItemRangeChanged, notifyBinderItemRangeInserted, notifyBinderItemRangeRemoved, notifyBinderItemRemoved, notifyDataSetChanged
-
Constructor Details
-
Method Details
-
onCreateViewHolder
@NonNull public InfoBigBinder.ViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) Description copied from class:DynamicRecyclerViewBinderGet theRecyclerView.ViewHolderfor this data binder.- Overrides:
onCreateViewHolderin classInfoBigBinder- Parameters:
parent- The parent for this view holder.viewType- The type of the view to create the view holder.- Returns:
- The view holder associated with this data binder.
-