In this example we look at how to sort data in Xamarin Android using C# language.We sort…
Xamarin Android
So in this Xamarin.Android series, we look at a searchview exmple with a recyclerview. Our recyclerview…
RecyclerView are normally used to present large datasets. RecyclerViews are very customizable and very powerful. You can…
Hi guys.We discuss how to make and use a xamarin android dialogfragment with a simple listview.You click…
This is a tutorial about customzing a gridview with images and text. To achieve that we’ll need…
A CheckBox is type of a CompoundButton that has two states: Checked or UnChecked. CheckBoxes are a…
Android platform provides an adapterview called GridView. GridView can be used to display data in two…
In this class we see how to bind data into a simple ListView using ArrayAdater and handle…
Activities are fundamental components in android. They represent a screen with UI widgets as well as…
This is an android tutorial to show a dropdown menu in the action bar. We use Xamarin…