More data in a row : Android Listview using Xamarin May 15, 2015 1 comment Article What do you want ? I just wanted to add a date along with the each place of earthquake that is in the list in my previous blog. We can use any of the way, like ListActivity or adding a ListView control to the Layout. Here I am going to do it with the ListView control. Steps to do it Pretty simple steps. Add a Listview to the layout Create a class or dictionary to contain the custom list of data Customize the Adapter to contain the custom data Use the custom Adapter instead of the default Adapter Share this:Share on Facebook (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Twitter (Opens in new window)Click to share on Google+ (Opens in new window)MoreClick to print (Opens in new window)Click to share on Tumblr (Opens in new window)Click to email this to a friend (Opens in new window)Like this:Like Loading...Categories: Android, CSharp, Visual Studio, Xamarin