Showing results for November 2016 - Xamarin Blog

Nov 28, 2016
0
0

Say Hello to the Xamarin Profiler

Nina Vyedin
Nina Vyedin

The Xamarin Profiler is currently the only way to profile managed (C#) code and find memory and performance issues in Xamarin applications. It can also be paired with native profilers, like Xcode Instruments and Android Monitor, to ensure better app behavior and performance.

Developers
Nov 21, 2016
0
0

Live XAML Previewing with the Xamarin.Forms Previewer

Nina Vyedin
Nina Vyedin

One of the most time-consuming parts of development is the the build and run cycle, or the time between writing a line of code and seeing it execute. Real-time feedback makes development faster, easier, and more fun for developers. The Xamarin.Forms Previewer renders a live preview of a page side-by-side with the XAML markup, allowing you to see yo...

DevelopersXamarin PlatformAndroid