Working with CarouselView in Xamarin Forms
Xamarin.Forms code runs on multiple platforms – each of which has its own filesystem. This means that reading and writing…
All technologies, only pure source code
Xamarin.Forms code runs on multiple platforms – each of which has its own filesystem. This means that reading and writing…
Sometimes you need to change a value for a specific platform and this value is a Double, for example. I…
Customize the title bar of your Universal App for Windows 10 is quite easy, but you need to write different…
To set the background color of an object in .NET XAML, you will need to set the Brush object type….
If you google a bit about this problem, you can’t find a right solution because all people are speaking about…
Run it from VS (with or without debugging). This will actually install unpackaged version of your app, so you will…
On GitHub Microsoft have published a lot of examples for Universal Apps: the link is https://github.com/Microsoft/Windows-universal-samples This repo contains the…