如何创建自定义控件?
我想创建一个简单的游戏。我需要以下信息如何创建自定义控件
疑虑:
自定义控件和屏幕控件相同或不同。
下一步如何创建自定义控件
如何创建屏幕控件。
I want to create a simple game.I need this information how to create custom controls
doubts:
Custom controls and OnScreen controls are same or different.
Next how to create custom controls
How to create onscreen controls.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先阅读以下官方源码:
http://developer.android.com /guide/topics/ui/custom-components.html
然后您可以检查 StackOverflow 链接以获取代码示例:
哪里可以找到免费的开源 Android 自定义控件?
在 Android 中创建自定义控件
自定义 UI 控件指南
Firstly read the following official source:
http://developer.android.com/guide/topics/ui/custom-components.html
Then you can check StackOverflow links for code samples:
Where to find free open sourced android custom controls?
Creating customs controls in Android
Guide for custom UI controls