Android学习资料
电子书
https://github.com/futurice/android-best-practices
Android 开发最佳实践
- Gradle 配置(例如:使用 Maven 依赖方案代替使用导入jar包方案、通过
gradle.properties
配置敏感信息) - 如何安排包的结构;https://www.kancloud.cn/thinkphp/android-best-practices/42171
- 资源文件命名推荐;https://www.kancloud.cn/thinkphp/android-best-practices/42175