eyeem / chips-android

Chips EditText widget for android
90 stars 24 forks source link

ChipsTextView rendering in List adapter #16

Closed sohayb closed 9 years ago

sohayb commented 9 years ago

Hello, It seems there's a problem in rendering bubbles in ChipsTextView in a list item view when the list is first displayed, when I scroll, all new items and the old ones are rendered correctly. Is there a workaround for this?

Thank you

syrakozz commented 9 years ago

+1

vishna commented 9 years ago

I've just rewrote the sample app dramatically so please check it out for the reference.

The main change allows text rendering in the background which improves the scrolling performance. This method is now preferred.

Nonetheless, the old api should be working, I might have broken something in the process so I will look more deep into that issue tomorrow.

sohayb commented 9 years ago

thanks a lot :)