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.
I reproduced a very popular app of delivery food in Brazil, the IFood app. It's not my app and do not sure there are a ListView version. The IFood app are available on the stores to download.
Screenshots
My Gif
-> Original
-> My ScreenShot
-> Original
-> MyScreenshot
What went well?
It was easy to build it with CollectionView. I especially liked the ease of not having to work with cells and with ScrollView. The CollectionView is simple to understand, but unfortunately does not yet have some features that would need in this app to hide the scroll bar.
What didn't go well?
Android
I developed the app running on iOS when I was running on Android, for some reason it did not work correctly some CollectionViews did not render as expected.
Performance
I felt a small delay to start scrolling the items horizontally.
Loading
While loading some images from web, the items become disorganized and overlapping.
How is the performance?
The performance was good on iOS, on Android it was a bit slower, the small delay to start the scroll.
Missing or Desired Things: