Customizing the InkToolbar in Universal Windows App
Windows Anniversary update has brought a lot of new changes to the developers one among them is Ink Canvas. This is…
Windows Anniversary update has brought a lot of new changes to the developers one among them is Ink Canvas. This is…
RecyclerView is a new widget that has been introduced in the material design with Android 5.0 Lollipop. This widget is…
Navigation patterns are more important to an application which defines the way the application will works and also how does…
Sometimes we need to write code specific to platform which cannot be written in View Model and needs to be…
Styles are one of the most important things that makes the apps more beautiful. Xamarin Forms support styles in build, but…
In our previous post we have seen how to create a custom control like RadioButton in Xamarin forms on Android. In this post…
Xamarin.Forms library contains lots of build in controls but not all the time we end up using build in controls.…
Xamarin Forms is a cross-platform UI toolkit that allows developers to easily create native user interface that can be shared…