我在哪里可以找到Android UI的好例子?

时间:2022-02-25 15:09:20

I'm quite new to the Android world, and, due to work needs, I'm trying to get in. Whilst I'm not particularly afraid of the "thinking" code (i.e. Java), I'm a bit confused when developing the user interface.

我对Android世界很陌生,由于工作需要,我正试图进入Android世界。虽然我并不特别害怕“思考”代码(即Java),但在开发用户界面时,我有点困惑。

Since I found that the simplest yet most effective way to learn something is copying from those who are the best, I'm wondering if there's some resource or something, out there, well done.

既然我发现最简单但最有效的学习方法就是从那些最优秀的人那里学习,我想知道是否有什么资源或什么东西,做得很好。

I mean: do you know some open source app, from which I can build my own knowledge about Android layouts? I wasn't able to do it on my own, even though I wondered quite a lot!

我的意思是:你知道一些开源应用程序吗?我可以从中建立我自己关于Android布局的知识。我不能自己做这件事,尽管我想了很多!

1 个解决方案

#1


40  

1) A good summary on everything UI design in Android can be found here.

1)对Android中所有UI设计都有一个很好的总结。

2) The best place to get started is directly from the official website.

2)最好是直接从官方网站开始。

And here are relevant examples that are considered as good design in Android.  

这里有一些相关的例子在Android中被认为是好的设计。 

#1


40  

1) A good summary on everything UI design in Android can be found here.

1)对Android中所有UI设计都有一个很好的总结。

2) The best place to get started is directly from the official website.

2)最好是直接从官方网站开始。

And here are relevant examples that are considered as good design in Android.  

这里有一些相关的例子在Android中被认为是好的设计。