Friday 24 February 2017

SimplerRecyclerViewAdapter

SimplerRecyclerViewAdapter used to simplify the adapter structure for RecyclerView.

  • Easy to use
  • No need to create adapter (Separate java files)
  • Works with multiple view types
  • View holders are inside Activity or Fragment, so easily call methods of activity on row click.

Download compile 'com.master.android:simpler-recycler-view-adapter:1.0'


Android Arsenal

from The Android Arsenal

No comments:

Post a Comment