【问题标题】:Android How to detect area touch in image in one imageAndroid如何在一张图像中检测图像中的区域触摸 【发布时间】:2015-01-13 13:05:54 【问题描述】: 此示例图像用于分割区域。 http://postimg.org/image/j35tjjk57/ 我想检测用户何时触摸图像中的数字。 如何编程。 谢谢。 【问题讨论】: 标签: android image touch detection 【解决方案1】: 你需要为一个区域定义一个Path,然后检查你的接触点是否在一个路径内,它是怎样的described there。 【讨论】: