Dynamic XAML in Xamarin.Forms Applications
Note: you can download the source code for this blog post here. As you know, Xamarin.Forms application usually will generate code at compilation time using
Note: you can download the source code for this blog post here. As you know, Xamarin.Forms application usually will generate code at compilation time using
Xamarin REPL (read-eval-print-loop) is one of the most important tools for building Xamarin.UITest tests. It’s a console-like environment in which we can see the structure
Most of the time, we software developers focus on optimizing our code. We want it to be fast, easy to understand, and easy to maintain.