我想要一些资源来学习如何为android设计?
我们需要的维度是什么?
我们可以自定义对话框和警告框设计吗?
你能给我介绍一些资源吗,比如文章或书籍等。
发布于 2011-07-04 16:48:44
以下是一些有用的链接:
了解不同的布局类型。就个人而言,我推荐RelativeLayout。http://developer.android.com/guide/topics/ui/layout-objects.html
至于维度:What is the difference between "px", "dp", "dip" and "sp" on Android?
至于自定义对话框:http://www.helloandroid.com/tutorials/how-display-custom-dialog-your-android-application
祝好运!
发布于 2011-07-04 16:51:25
checkout UI >本网站http://www.androidpatterns.com/ .This提供了常见UI设计模式的指南
发布于 2011-07-04 16:49:27
Wrox这本书是一本很好的书,可以让你了解如何制作应用程序,并充分利用android UI设计的功能。
http://www.wrox.com/WileyCDA/WroxTitle/Professional-Android-2-Application-Development.productCd-0470565527.html
这是一个在线教程,它也有很多功能和示例
http://www.vogella.de/articles/Android/article.html
我想知道你们的目标到底是什么
可以,您可以在android中创建自定义对话框和警告框
https://stackoverflow.com/questions/6569162
复制相似问题