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'm currently working in an orchard app and I tried to make the same screen in both Android and iOS with Xamarin Forms Visual.
Here is the original screen:
What went well?
I think this is a simple screen so there weren't any problems with using Visual. I was surprised that I didn't have to change anything in platform specific code (except for the init code if I'm using a fresh start) since I'm using the material Visual.
I also understand that is easy to make my own Visual extending the renderers.
What didnt went well?
Again, since I'm working in a very simple screen not much went bad. I was having some compilation problems so I was looking for more documentation but in the end the problem wasn't with Xamarin or with Visual itself so everything was fine with that.
What I want to see next?
I know this is in early stages but I would like to see more documentation for this things. I can help with that.
May be a card view control or some other controls that let me share the components with the same Visual between this platforms.
Here are the other screenshots: