How to make a drag & drop functionality in Xamarin forms? - xamarin

I have a grid layout defined in Xaml in Xamarin Forms. I want to achieve a drag and drop functionality like in this example : http://gridstackjs.com/
Can someone please help to achieve this or provide an example ? I am totally stuck with this. Thanks.

Related

MvvmCross navigation from Xamarin Forms TabbedPage to a Native view while preserving history/backstack

I am hoping to do something like the image above, using MvvmCross, Xamarin Forms and Native Views. The image is for demonstration purpose, the actual UIs are more complicated. I have looked into the MvvmCross Playground project, as well as the source codes for the presenters (i.e. MvxForms[Ios||Android]ViewPresenter and MvxFormsPagePresenter). I created a custom presenter from the MvxForms[Ios||Android]ViewPresenter and tried to show the native view (view controller/fragment) as a navigation page, but I was not successful. Any help or suggestion will be greatly appreciated.
Apologize in advance if this question is a duplicate. I did a fair amount of searching, but could not find exactly what I was looking for.
Thanks in advance!!!

Using tabcoltrol in xamarin form

I would using control as Tab control same as wpf xaml in my project xamarin form but i can not found any possible solution, I would design tab as image below
please help me! thanks

New to Xamarinn possible to Drag and Drop for the UI?

I'm new to Xamarin and coding altogether. I was wondering can i drag and drop to create the UI or are there any applications online i can drag and drop then copy the code over?
Thanks
No. Xamarin Forms does not have any drag-drop design tools. Most devs layout their UI by coding XAML.

How to pin and unpin Kendo UI Mobile drawer

Is there any way to pin/unpin the kendo mobile ui drawer? I dont think this is supported as of the moment.
Anyone can point me to right direction on how to achieve this?
Thanks alot.

Xamarin MvvmCross Breadcrum menu

I am trying to figure out how to create my own breadcrum menu in Xamarin using MvvmCross in an Android project. I am fairly new to Xamarin so I am not sure how to accomplish this just yet. Is it possible to include two ViewModels in the same MvxActivity and have them communicate. Is this the best way to approach this? If so how would this sample look like? How is the presentation done and the sliding animation?
Any help on this would be much appreciated. I have looked at some sample projects but they aren't making much sense especially since they are not Android based.
Thanks
There is a good MvvmCross Sidemenu example available here: https://github.com/MvvmCross/MvvmCross-AndroidSupport/tree/master/Samples
You can find all elements you require such as presentation and sliding animation there.

Resources