EfficientAdapter
EfficientAdapter copied to clipboard
Create a new adapter for a RecyclerView or ViewPager is now much easier.
Results
2
EfficientAdapter issues
Sort by
recently updated
recently updated
newest added
add custom headView、footView ``` public class HeadFootRecyclerAdapter extends EfficientRecyclerAdapter { private static final int HEAD_VIEW_TYPE = 3300; private static final int FOOT_VIEW_TYPE = HEAD_VIEW_TYPE + 1; private View mHeadView; private...
Copy of CursorAdapter. Draft, need to be tested.