摘要:
Convenience for implementing an activity that will be implemented purely in native code. That is, a game (or game-like thing). There is no need to derive from this class; you can simply declare it in ... 阅读全文
随笔档案-2011年1月15日
Build Android Source Code
2011-01-15 16:39 by 王克伟, 6083 阅读, 收藏, 编辑
摘要:
Setting up your machine To build the Android source files, you will need to use Linux or Mac OS. Building under Windows is not currently supported. Linux The Android build is routinely tested on rec... 阅读全文
Android Code Style Guidelines for Contributors
2011-01-15 16:01 by 王克伟, 1699 阅读, 收藏, 编辑
摘要:
The rules below are not guidelines or recommendations, but strict rules. Contributions to Android generally will not be accepted if they do not adhere to these rules. Not all existing code follows th... 阅读全文