How to construct custom views in xamarin

前端 未结 3 455
渐次进展
渐次进展 2021-01-04 11:35

Is there any tutorial which will enable me to design custom views in xamarin?I want to build pinch zoom functionality for my android app using xamarin.

I have tried

3条回答
  •  一个人的身影
    2021-01-04 12:33

    Here is the skeleton of how to create a custom view in xamarin.android

    http://xandroid4net.blogspot.com/2014/09/custom-view.html

    Then take Emmanuel Touzery answer and add it to the skeleton

    android pinch zoom

提交回复
热议问题