Skip to content

kalpeshk95/RecyclerAdapterTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RecyclerAdapterTemplate

Simple RecyclerView template for creating RecyclerAdapter

To create new template.

  • File -> New -> Edit File Templates...

  • Click on + icon give name for templates and specify the extension.

  • Here File Name , Model Class and Item Layout ID are mandatory fields.
  • File Name will provide name for our adapter class.
  • Model Class it's our data class or wrapper which specify the type of data we want set to adapter.
  • Item Layout it is our layout which we are going to inflate for recyclerview.
  • Binding Class and Listener are optional fields.
  • Binding Class can be provided based on data binding layout.
  • And Listener can be pass when you need onClick() in recycler view. You can provide click event interface here.
  • Base on your requirement you can provide filed for the adapter.

About

Live RecyclerView template for creating RecyclerAdapter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors