我需要使用SetOnTouchListener:模擬SetOnTouchListener或者在xamarin如何使用,什麼樣的參數必須是
LinearLayout cardLinearLayout = FindViewById<LinearLayout> (Resource.Layout.CardList);
cardLinearLayout.SetOnTouchListener (this);//Can't use THIS, must be argument with IOnTouchListener type. Where can I get this argument?
我想用它來ViewFlipper。也許存在其他方式。
確保你在Activity中實現了[View.IOnTouchListener](http://docs.xamarin.com/recipes/android/other_ux/gestures/detect_a_touch)? –
@ρяσѕρєяK但是我沒有CardList的Activity,只有MainActivity。 – Olena