HorusSoftwareUY / Xamarin.Forms.Skeleton

The new loading approach for cool apps in Xamarin Forms
MIT License
450 stars 52 forks source link

CollectionView Support #15

Closed conor-codes closed 3 years ago

conor-codes commented 4 years ago

Does skeleton support collection views?

codebreakerlegend2019 commented 4 years ago

I Cloned the sample and just change the listview to collection view. And it does works

conor-codes commented 4 years ago

I didn't end up using skeleton but I think the issue I was facing was trying to show the animation for data that was loaded from an API request. Every attempt I tried just seemed to fail.

seba47 commented 3 years ago

@conor-codes yes, it does. As @codebreakerlegend2019 mentioned you could replace the control and it will work. Anyway we have uploaded a new page with a Collection View sample. Also, thanks for your clarification, maybe the problem was the API request. I will close the issue. Sorry for the delay.