Issue
I was wondering what should I use to style my app. I saw that some people use CSS. The question is, is it compatible and should I start using CSS? or if there's a different better language to use?
Solution
There are many controls you can use to style your app, refer to this https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/.
If you want more functions or appearence which forms can't provide, you can use custom renderer to achieve native control.refer to this https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/custom-renderer/
Although, you should get familiar with XMAL first, https://docs.microsoft.com/en-us/xamarin/xamarin-forms/xaml/
Answered By - Adrain Zhu -MSFT
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.