Skip to content

rahulmanju/MasterRecyclerView

Repository files navigation

MasterRecyclerView

Modified Recycler View with Helper Adapters to create list with different view type, Sticky Views,Expandable Lists etc,using very simple,scalable and flexible architecure

What we have moified in recycler view

We added item postion in signature of onCreateViewHolder method and it helped us to create nested adapter architecture

Default Signature :

           void onCreateViewHolder(ViewGroup parent, int viewType)

Modifed Signature :

           void onCreateViewHolder(ViewGroup parent, int viewType,int position)

This is the only change we have done in recyler view

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages