CollectionViewChallenge
CollectionViewChallenge copied to clipboard
### Screenshots ### I made a video. [YouTube Video](https://youtu.be/LtRw7I7BL1s) ### What went well? ### How easy is it to convert your existing ListView to the CollectionView? The conversion was very...
### Screenshots ###   ### What went well? ### CollectionView horizontal and vertical orientation is great. Scroll To is a good feature added. I was able to select the...
### Screenshots ###  ### What went well? ### #### Shared Styles #### Since my `DataTemplate` is identical between the 2 `CollectionView` containers I created the `DataTemplate` as a shared...
This is a poc for a gallery viewer similar to the one found in iOS where you have one full-size view of the selected image and a collection of preview...
Original (iOS)  Original (Android)  iOS Screenshot  Android Screenshot ### What went well? ###...
### What didn't go well? ### Sorry, maybe I miss something. Is CollectionView supports ARMv7 devices? I have failed to run CollectionViewChallenge on iPad2. When I run application without debugging...
I always wished make a screen similar the Netflix or Google Play with Xamarin.Forms, but at moment is not simple make horizontal lists with great performance. However with CollectionView this...
### Screenshots ###   ### What went well? ### How easy is it to convert your existing ListView to the CollectionView? It was very easy, I played more with...
  ### What didn't go well? ### It is possible to convert the listView to CollectionView easier if the you don't need group of data. ### How is the...
### Screenshots ### ListView  CollectionView  ### What went well? ### You can convert the listView to collectionView without problems. HasUnevenRows Property was removed, but now works automatically. ###...