isychev93 / Xamarin.Forms-Drag-and-drop-ListView

Drag and drop ListView reordering for Xamarin.Forms
MIT License
20 stars 4 forks source link

Android implementation? #3

Open shayo opened 8 years ago

shayo commented 8 years ago

I found this library to be extremely useful. Are you planning to release the Android version anytime soon?

isychev93 commented 8 years ago

Hello! I think yes, but we just started to port our app on Android. I hope that the Android version of this library will be available in end of october, but can't promise.

andriyandrushko commented 7 years ago

Hi! How it's going with Android implementation?

isychev93 commented 7 years ago

Hello.

Sorry, but we wrote our app on native view. So now, we don't need to supporting Xamarin.Forms library.

But recenlty @johnshardman start develop new library - https://github.com/johnshardman/XF_DragAndDrop. Hope, that this help you.

NainaSharma190790 commented 7 years ago

Hi, https://github.com/johnshardman/XF_DragAndDrop. They are using shadow of Cell in list view. I need same as you make for iOS. Any solution?