An open API service indexing awesome lists of open source software.

https://github.com/androidappfactory/template_android

基于通用Gradle构建模式的通用代码模版
https://github.com/androidappfactory/template_android

Last synced: about 1 month ago
JSON representation

基于通用Gradle构建模式的通用代码模版

Awesome Lists containing this project

README

          

## 使用 CodeBuddy 开发

**CodeBuddy** 是 AAF 框架的 AI 开发助手,可以帮助您快速集成和使用 AAF 框架。

- **初始化项目**:克隆项目后运行 `./init.sh` 初始化开发环境
- **智能开发**:使用自然语言描述需求,CodeBuddy 自动生成代码
- **快速上手**:输入"帮助"查看所有可用命令
- **示例命令**:
- "添加网络请求功能"
- "更新文档"
- "编译检查"
- "如何添加依赖"

详细使用指南请参考:[CodeBuddyForAAF](https://github.com/AndroidAppFactory/CodeBuddyForAAF)

## 相关链接

- **框架使用:**

- **运行Demo**:[https://android.bihe0832.com/doc/sample/start.html](https://android.bihe0832.com/doc/sample/start.html)

- **使用框架独立开发**:[https://android.bihe0832.com/doc/sample/customize.html](https://android.bihe0832.com/doc/sample/customize.html)

- **框架文档:**

- 链接:[https://android.bihe0832.com/doc/](https://android.bihe0832.com/doc/)

- 内容:主要**介绍相关组件的功能以及整体框架使用相关的内容**

- 技术方案介绍:

- 链接:[https://blog.bihe0832.com/android-dev-summary.html](https://blog.bihe0832.com/android-dev-summary.html)

- 内容:完整AAF的整个技术方案,以及其中一些核心的技术点

- 代码统计:

- 框架代码:[https://android.bihe0832.com/source/lib/index.html](https://android.bihe0832.com/source/lib/index.html)

- AAF Sample 代码:[https://android.bihe0832.com/source/sample/index.html](https://android.bihe0832.com/source/sample/index.html)