Posts

Showing posts from April, 2015

Material Design ListView Header With Xamarin.Android

Image
As we know android always improves his weakness in his design but since Android 5 was introduced the Material design was created to fix that and now no only we can create useful Android apps now we are able to create beautiful apps too, in this tutorial we will create a simple listview with an awesome Material Design Header using backward libraries to support old android versions. So lets start. First download these two libs from nuget Floating Action Button for Xamarin.Android https://www.nuget.org/packages/Refractored.FloatingActionButton/ Xamarin Support Library v7 AppCompat https://www.nuget.org/packages/Xamarin.Android.Support.v7.AppCompat/ After add these libraries to the project we need to add these 3 files to our Layout folder “FakeHeader.axml” Contains the fake detail header you can customize it with the elements that you want <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas....