diff --git a/README.md b/README.md index 2a558c7..bce91df 100644 --- a/README.md +++ b/README.md @@ -1,57 +1,25 @@ # Visual Challenge -To take a single page design from a previous project that should look the same on iOS and Android, and attempt to recreate it using the latest Visual feature of Xamarin.Forms. +![Android](android.png) +![iOS](ios.png) -## Challenge Quick Start +## Description -This is testing **Visual**, not your prowess as a mobile developer. I want to learn how successful you are when using this new feature. Or not. +Tried to reply the chat page of slack. -1. Fork this repository -2. Choose a single page design from a previous or current project to recreate from scratch. The more real world the better. Plus, you can reuse assets. -3. Open `VisualChallengePage.xaml`. Take an hour (or more if you really want to) and build that screen. Making it super functional doesn't matter, just how it looks and feels. -4. Submit a pull request of your progress back to this repository. Include: - - a screenshot of iOS and Android - - your feedback on what went well, and what didn't - - what you would like to see us doing differently in support of this goal: same design on iOS and Android +## what went well +Nice and easy to integrate it. Great -# What is Visual? +## what didn't -Visual is a new way to declare the "visual" design system you want rendering your native controls. By default, controls are renderered the way Apple and Google created them. With Visual, you can choose Material as the design system that will then render the same on iOS and Android. +The layout was left to the developer. I would have liked a more twitter-bootstrap layout to easily place objects in the page. +I had to work with margin/padding manually. +Listview has no _Visual_ padding for example. -For example, this sample app sets the Visual preference on the application `Shell` and it is propogated to all controls in the application. +## what you would like to see us doing differently in support of this goal: same design on iOS and Android -``` - -``` +Master/detail page? -Any control may override this propogation by declaring its own Visual preference: - -``` -