emilsjolander / android-FlipView

A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
Apache License 2.0
924 stars 273 forks source link

hardwareaccelated="true" doesnt work with ViewHolder #30

Open Nammari opened 10 years ago

Nammari commented 10 years ago

I am using you library , and inside the flip adapter i use the ViewHolder pattern . reuse the recycled views . it doesn't update the textview text . when i use the recycled view .

emilsjolander commented 10 years ago

What version of android are you seeing this on?

Nammari commented 10 years ago

android 4.4.2

emilsjolander commented 10 years ago

i'll look into it :)

Nammari commented 10 years ago

thanks alot, btw nice library .

emilsjolander commented 10 years ago

I think i need more info. Because the current sample project uses the viewholder pattern and it works perfectly