Android 自定义视图集合
有谁知道一些现有的且免费使用的自定义视图集合?或者一些框架可以让创建自定义视图变得更容易(例如,只是扩展 View 类的 SimpleCustomView 类)。较新版本的 SDK 允许非常快速且良好的原型设计,因为可以直接在 xml 布局文件中测试自定义视图,但我找不到很多信息或任何现有项目。
Does anyone know some existing and free to use collection of custom views? Or some framework which would make it a little easier to create custom views (e.g. just a SimpleCustomView class extending the View class). The newer versions of the SDK allow very fast and nice prototyping because the custom view can be tested directly in the xml layout file but I cant find a lot of information or any existing projects.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想现在有点晚了,但是 AndroidViews 对优秀的自定义视图进行了很好的汇编。
I suppose it's a little too late but AndroidViews has quite a nice compilation of the great custom Views out there.
这里是应用,您可以在其中预览一些自定义视图
Here as application where you can preview some custom views