Android 编码风格标准

发布于 2024-12-06 06:42:07 字数 70 浏览 1 评论 0原文

我想知道是否有一些适用于 Android 的标准代码样式(也许是一本书?)(样式化 XML、Java 编程、文件命名等...)

I would like to know if there is some standard code styling for Android(maybe a book?) (styling XML , Java programming , file naming , etc...)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

冧九 2024-12-13 06:42:07

这里对代码样式规则有很好的描述。

如果您想强制执行此规则而不记住所有规则,并且您使用的是 eclipse,那么您可以使用 Android 团队提供的格式化规则: android-formatting.xml。只需使用Preferences->Java->Code Style->Formatter将其导入到eclipse中,点击Import即可。

There is a good description of code style rules here.

If you want to enforce this rules without remembering all of them, and you are using eclipse then you can use formatting rules provided by Android team: android-formatting.xml. Just import it into eclipse using Preferences->Java->Code Style->Formatter, click Import.

兔姬 2024-12-13 06:42:07

There is a ton of information available here:
http://source.android.com/source/code-style.html

鼻尖触碰 2024-12-13 06:42:07

@inazaruk:android-formatting.xml 的代码搜索链接现已过时。我在 geobeagle 中找到了该文件。

有趣的是,该文件也在 android 源代码 (Using Eclipse) 中提到没有进一步的链接:D(很可能它链接到过时的链接)。

android 的《使用 Eclipse》中提到的另一个文件在 geobeagle 中找到 ;-) 是 android.importorder。

(这应该是一条评论,但我还没有 50 分:/抱歉)

编辑:2015 年 3 月

As Google 代码正在消失 您可能会在 bitbucket

@inazaruk: The codesearch link for android-formatting.xml is now obsolete. I found the file at geobeagle.

Funny thing is that the file is also mentioned at android source (Using Eclipse) with no further linking :D (Most probably it was linking to the obsolete one).

One more file mentioned at android's Using Eclipse and found at geobeagle ;-) is android.importorder.

(This should be a comment but I don't have 50pt yet :/ Sorry)

Edit: March 2015

As Google Code is fading away you may find the two file at bitbucket.

陈年往事 2024-12-13 06:42:07

我正在寻找类似的东西,并找到了这个。我们将它与我们自己的一些约定结合起来使用。非常有帮助。

I was looking for something like that and found this. We are using it combined with some of our own conventions. Very helpful.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文