我试图用“ 机器人: 按钮 ” 来构建一个插图脚应用程序。 现在我想了设计这个程序的最佳方法, 因为我不确定如何检测相邻的按钮。 现在我有硬码, 如果按钮彼此相邻, 我如何检测?
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, ...