Package com.pranavpandey.android.dynamic.support.recyclerview.adapter.factory
package com.pranavpandey.android.dynamic.support.recyclerview.adapter.factory
-
ClassesClassDescriptionDynamicListQueryAdapter<T,
Q, VH extends RecyclerView.ViewHolder> ADynamicListAdapterto handle the generic data with query.SimpleDataBinderAdapter<T,VB extends DynamicRecyclerViewBinder<?>> ADynamicSimpleBinderAdapterto handle the generic data that can be used with theDynamicDataBinder.SimpleQueryBinderAdapter<T,Q, VB extends DynamicRecyclerViewBinder<?>> ASimpleDataBinderAdapterto handle the generic data with query that can be used with theDynamicQueryBinder.TypeDataBinderAdapter<T,E extends Enum<E>, VB extends DynamicRecyclerViewBinder<?>> ADynamicTypeBinderAdapterto handle the generic data that can be used with theDynamicDataBinder.TypeQueryBinderAdapter<T,Q, E extends Enum<E>, VB extends DynamicRecyclerViewBinder<?>> ATypeDataBinderAdapterto handle the generic data with query that can be used with theDynamicQueryBinder.