Package com.pranavpandey.android.dynamic.support.recyclerview.adapter.factory
package com.pranavpandey.android.dynamic.support.recyclerview.adapter.factory
-
ClassDescriptionDynamicListQueryAdapter<T,
Q, VH extends RecyclerView.ViewHolder> ADynamicListAdapter
to handle the generic data with query.SimpleDataBinderAdapter<T,VB extends DynamicRecyclerViewBinder<?>> ADynamicSimpleBinderAdapter
to handle the generic data that can be used with theDynamicDataBinder
.SimpleQueryBinderAdapter<T,Q, VB extends DynamicRecyclerViewBinder<?>> ASimpleDataBinderAdapter
to handle the generic data with query that can be used with theDynamicQueryBinder
.TypeDataBinderAdapter<T,E extends Enum<E>, VB extends DynamicRecyclerViewBinder<?>> ADynamicTypeBinderAdapter
to handle the generic data that can be used with theDynamicDataBinder
.TypeQueryBinderAdapter<T,Q, E extends Enum<E>, VB extends DynamicRecyclerViewBinder<?>> ATypeDataBinderAdapter
to handle the generic data with query that can be used with theDynamicQueryBinder
.