Hello
i want user be able add button in page and resize and drag in app!
how do it ? xamarin android
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthahar JegatheesanPosted Aug 22, 2017, 7:12 AM
You need to implement OnTouchListener. Listen OnTouch events for the button and update the Layout of the button accordingly in Move Event .
Refer here for more details
https://developer.xamarin.com/recipes/android/other_ux/gestures/detect_a_touch/
http://pumpingco.de/adding-drag-and-drop-to-your-android-application-with-xamarin/
I believe this will help you ,if any please reply same
Thanks
Suthahar.J
Ali MPosted Aug 4, 2017, 12:04 PM
Gokhul VarmanPosted Aug 4, 2017, 11:45 AM