In this session Kym shares techniques for creating great looking User Interfaces in Xamarin.Forms. Everything from finding inspiration, understanding layouts, prototyping, animation and the libraries you should know about. Because Xamarin.Forms UI's don't have to suck.
Kym Phillpotts is a Senior Content Developer at Microsoft with a love of all things Xamarin, especially User Experience and Interface Design.
He has been an instructor at Xamarin University and co-organises the Melbourne Xamarin User Group. You can also find him streaming Xamarin development on Twitch.
1 of 40
Download to read offline
More Related Content
Creating Great Xamarin.Forms UI's
1. Creating Great Looking
Xamarin.Forms UIs
Kym Phillpotts
Senior Content Developer
Microsoft
@kphillpotts
kymphillpotts.com
twitch.tv/kymphillpotts
github.com/kphillpotts
12. Choosing Layouts
Great for:
Laying out controls vertically or
horizontal
Efficiency its light weight
Not Great For:
Aligning controls
Overlapping elements
13. Choosing Layouts
Layout containers dont have scrolling built
in but just wrap your content in a scrollview.
Great for:
Adding scrolling to a control which
could grow larger than the page.
17. Mix and Match
There is more than one way to skin a cat.
The real question, is which is the most efficient.
Quite often you will be combining different layouts