cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

The UltimateDifferentViewTypeAdapter sample does not bind the data in the list or harcode data either #459

Closed PabloDesiderioFlores closed 7 years ago

PabloDesiderioFlores commented 7 years ago

As you can see in the image the sample does not work. The data is the same at the layouts. Don't bind the values in the list. (sorry for bad english)

no funciona

PabloDesiderioFlores commented 7 years ago

The onBindViewHolder method of the multi adapter needs to be erased, it is overwriting the bindViews of the SimpleBinder