我是机器人初学者。 我想在图像上检测具体位置, 从而触发各自触碰的函数。 不同的移动密度不同, 这样我就不能用像素来触发函数。 所以在我的程序里我选择什么选项 。
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...