2013-07-09 79 views

回答

2

只有在MotionEvent.ACTION_MOVE中識別出一個圓才能工作太多。有一個包可以幫助你解決這個問題:android.gesture。

到這裏看看:http://developer.android.com/reference/android/gesture/package-summary.html

您還可以檢查包含在你的SDK的樣本目錄中的手勢生成器示例應用程序。

拉爾斯·沃格爾有這個主題一個很好的教程:http://www.vogella.com/articles/AndroidGestures/article.html

希望有所幫助。

乾杯