ahmedrizwan / RxRecyclerAdapter

Rx based RecyclerView Adapter
192 stars 28 forks source link

Viewholder Data binding and click listener #11

Open TuonBondol opened 7 years ago

TuonBondol commented 7 years ago

Sorry to ask, But I do have 2 question with RxReyclerAdapter,

  1. How can we specific set data for many view in the viewholder, Ex. We have 1 ImageView, and Title, And Description.Support we use List, that contain 3 attribute for the list,
  2. How to set event click for each row of the item in the viewholder, to get the index of position.