FloatingActionButton-Xamarin.Android icon indicating copy to clipboard operation
FloatingActionButton-Xamarin.Android copied to clipboard

Add extension methods to simplify Recyclerview, ListView

Open binoypatel opened this issue 8 years ago • 0 comments

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

binoypatel avatar Apr 21 '17 17:04 binoypatel