在 Android 中实现特定视图所需的提示/建议
我需要实现一个类似于 this 的旋转拨号器
我有以下疑问:
1 )为了实现这个旋转拨号器,我应该使用哪些小部件? 2)我应该使用什么最好和最优化的设计模式来实现这个旋转拨号器?
在这方面的任何帮助,这将帮助我开始实施这一点,将不胜感激。
谢谢, 阿内斯
I need to implement a rotary dialer similar to this
I have the following queries:
1) What are the widgets that I should use, in order to implement this rotary dialer?
2) What is the best and most optimal design pattern that I should use to implement this rotary dialer?
Any help in this regard, which would help me kick-start implementing this would be much appreciated.
Thanks,
Anees
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我是 Android 版免费旋转拨号器的开发者(请参阅 Android 上免费旋转拨号器市场)
为此,我使用了OpenGl10(以便轻松旋转和绘制纹理)。
亲切的问候,
马塞尔
I'm the developer of the Rotary Dialer Free for Android (see Rotary Dialer Free on Android Market)
For this, I used OpenGl10 (for easy rotating and drawing the textures).
Kind regards,
Marcel