FloatingActionButton-Xamarin.Android
FloatingActionButton-Xamarin.Android copied to clipboard
Add extension methods to simplify Recyclerview, ListView
Hi
When I migrated FAB from https://github.com/jamesmontemagno/FloatingActionButton-for-Xamarin.Android, I found that AttachToRecyclerView missing, which means I have to hook appropriate events in all the places in my app. This was cumbersome so, I have implemented extension library that basically has the same implementations from https://github.com/jamesmontemagno/FloatingActionButton-for-Xamarin.Android
You can merge my implementation from https://github.com/binoypatel/FloatingActionButton-Xamarin.Android
Hope this will help others too,
Cheers, Binoy