Welcome to my xamarin blog
-
Empfohlen
RadioButton
The RadioButton is also a very usefull control for mobile developers, but currently its not available from scratch. So I implemented my own radio button which can be used for Android and UWP (iOS will coming soon). For the implementation i use the platform specific ViewRenderer and a Xamarin.Forms control for showing the control. This… Weiterlesen
-
Icons in Xamarin.Forms
It is very important to add visual elements like icons to an application, because it is easier for the user to understand what this button/label/etc. means. (Sure you have to choose the right icon 😉 ) With Xamarin.Forms it is very easy to add icons for the different platforms. In my example I am using… Weiterlesen
-
PlatformImageExtension
If you want to use an image in Xamarin.Forms you have to use a differnt path or name for each plaftorm. This may make the xaml file difficult to read, because you have to add platform specfic code in XAML like this: Instead of those lines of code, you can also use a marukup extension… Weiterlesen
Follow My Blog
Get new content delivered directly to your inbox.