florent37 / Carpaccio

Data Mapping & Smarter Views framework for android
https://github.com/florent37/Carpaccio/wiki
Apache License 2.0
414 stars 70 forks source link

from 1.0.1 to 1.0.2.7 problem #10

Open FunnyDevs opened 9 years ago

FunnyDevs commented 9 years ago

I am not able to use recyclerview with new version, the layout on the activity remains empty. Same code with version 1.0.1 works with no problem

croccio commented 8 years ago

same here

mkodekar commented 7 years ago

add this if you are using texctview and imageviews in your view holders

com.github.florent37.carpaccio.controllers.TextViewController; com.github.florent37.carpaccio.controllers.ImageViewController;