Difference between revisions of "Xamarin Forms"
From MgmtWiki
(→References) |
(→Other Reference Material) |
||
Line 11: | Line 11: | ||
===Other Reference Material=== | ===Other Reference Material=== | ||
* See the wiki page [[Compliant Implementation of Native User Agent]] for an example of a [[Xamarin Forms]] [[Native App]]. | * See the wiki page [[Compliant Implementation of Native User Agent]] for an example of a [[Xamarin Forms]] [[Native App]]. | ||
+ | * [https://xamarin.azureedge.net/developer/xamarin-forms-book/XamarinFormsBook-Ch24-Apr2016.pdf Petzold Xamarin Book Chaper 24] on navigation | ||
+ | |||
[[Category:Best Practice]] | [[Category:Best Practice]] |
Revision as of 15:32, 30 September 2020
Full Title
Solutions
Logging
- Enhanced Device Logging in Visual Studio
- Logging with Xamarin PCL also includes some comments on best practice with Xamarin Forms. For example: "NLog works just fine with Android and iOS projects. For UWP you can use MetroLog which is very similar with NLog but on a smaller scale."
- Serilog.Sinks.Xamarin writes Serilog events to the console of Xamarin.iOS (NSLog) / Xamarin.Android (AndroidLog).
References
Other Reference Material
- See the wiki page Compliant Implementation of Native User Agent for an example of a Xamarin Forms Native App.
- Petzold Xamarin Book Chaper 24 on navigation