创建自定义 Android UI
有谁知道我如何开始创建自定义 Android UI? 它不会是一个应用程序。一旦安装它,它就会改变你的用户界面的外观,直到你卸载它。
我已经做了一些研究,但似乎还不可能/可用?
如果有人可以帮助我或将我链接到有关如何入门的网站,那就太棒了,谢谢!
顺便说一句,我使用 eclipse 进行编程。
这基本上是我想做的,但我想自己设计它 http://www.intomobile.com/2011/02/09/sentio-ui-android-home-replacement-app/ 我该如何开始?
does anyone know how I would get started creating a custom android UI?
it wouldn't be an app. Once you install it, it would change the appearance of your UI until you uninstall it.
I've done some research but it doesn't seem to be possible/available yet??
If anyone could help or link me to a site on how to to get started that'd be awesome, thx!
I program using eclipse, btw.
This is basically what i want to do, but i want to design it myself http://www.intomobile.com/2011/02/09/sentio-ui-android-home-replacement-app/
How would I get started?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为您想创建一个可由用户选择的自定义主题。不幸的是,关于这方面的文档非常少。我发现的最广泛的文章位于 http://www.android.net/forum/custom-android-themes/58323-tutorial-making-themes.html,在审阅它之后,我自己并没有走得太远。
如何创建也提出了类似的问题并管理整个 Android 系统的自定义主题?。如果您找到适合您的东西,请告诉我。
I think you want to create a custom theme that can be selected by the user. There unfortunately is VERY little documentation around that. The most extensive writeup I've found is at http://www.android.net/forum/custom-android-themes/58323-tutorial-making-themes.html, and after reviewing it I wasn't really able to get too far myself.
A similar question was also asked at How to create and manage custom themes for whole Android system?. Let me know if you find something that works for you.
我不明白你关于你真正想要什么的问题。所以我试图提供一切可能的解决方案。
如果您正在谈论房屋更换。
以下是 Google 提供的示例:-
Android Home 替换示例
,如果您不是在谈论家居更换,并且您发现 android 布局设计有点困难,那么您可以使用 DroidDraw。只需 Google DroidDraw,下载并安装在您的 PC/MAC 上。它为您提供了拖放小部件、直观地设置其属性等功能。您可以使用 droid draw 生成 android 布局,而无需编写一行 xml 代码。
I did not understand your question about what you really want. So i am trying to provide every possible solution.
If you are talking about Home Replacements.
Here is an example by Google :-
Android Home Replacement Sample
and if you are not talking about Home Replacement and you found android layout designing a bit hard then you can use DroidDraw. Just Google DroidDraw, download it and install it on your PC/MAC. It gives you the features like drag and drop widgets, set their property visually and lots more. You can generate the android layout without writing a single line of xml code using droid draw.
也许你应该阅读有关此站点的文档,我想我会对你有所帮助。大多数 ui 元素可以通过 xml 文件或编码来创建。如果您想了解更多信息,请阅读此网站: http://developer .android.com/guide/topics/ui/index.html
maybe you should read the document about this site,i think i will help you.most of the ui element can create by xml file,or coding. if you want to know more about that,to read this site: http://developer.android.com/guide/topics/ui/index.html