滑动手势输入数字
如果(在 Android 中)您想编写一个闹钟应用程序,用户可以通过滑动小时和时间来输入闹钟时间。分钟上下,实现这一目标的最简单方法是什么?是 Swipe 命令还是 Fling 命令?
有这方面的好的教程吗?
干杯
If (in Android) you wanted to write an alarm app where the user entered in the time for the alarm by swiping the hours & minutes up and down, what's the easiest way of achieving this? Is it the Swipe or Fling command?
Are there any good tutorials out there for this?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您看过 TimePickerDialog 吗?
教程\示例代码
Have you looked at the TimePickerDialog?
Tutorial\Sample Code