Xamarin Android RecyclerView with GridLayoutManager.
RecyclerView is a new widget that has been introduced in the material design with Android 5.0 Lollipop. This widget 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…
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.…
In the previous post (Audio Recording using MediaRecorder using Xamarin in Visual Studio), we have seen how to record an audio.…
In the previous post of Getting Started with Cross Platform Development with Xamarin and Visual Studio series, we have seen how to…
In our previous post ( How To Start Building Android App using Xamarin in Visual Studio 2013 ? ) we…