cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

PabloDesiderioFlores opened this issue · comments

commented

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

commented

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