Skip to content

canbilgin/DragAndDropSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DragAndDropSort

Sortable Drag and Drop Sample

Drag’n’Drop is just another way the user can interact with the data in a mobile application (quite a powerful one I might add). It can be used to move items in a list from one category to another or simply to adjust the priority of list items. In this context, ListView ordering with drag and drop can be treated as a user input and in the world of MVVM and Xamarin.Forms these changes should be reflected on the ViewModel.

Android iOS
alt text alt text

In this sample, we have a drag and drop reordering functionality for iOS and Android platforms on Xamarin.Forms.

More information about the implementation can be found at:

About

Sortable Drag and Drop Sample

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages