Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Screenshots
Android Emulator
What went well?
How easy is it to convert your existing ListView to the CollectionView?
Simply.
I found the CollectionView simple and clean, much more practical than a ListView, but I had some difficulty rendering my data collection using the viewmodels template I already use in my current app, however, I was able to do the binding after testing some approaches
What didn't go well?
Did you run into any particular difficulties, and if so, what were the specific causes?
Load images is very slow or not load sometimes.
Binding from data isn't working from I used in other components with DataGrid ou ListView. But I think should be my approach is not correct.
How is the performance?
How is the performance using CollectionView compared to when using the ListView?
At moment I thing the CollectionView sometimes slow for load images, but I testing in Android Emulator and device only, I don't know how work in IOS devices or simulator.
Missing or Desired Things:
Anything?
One way to do a better layout without having to use many other components.