https://github.com/androidappfactory/template_android
基于通用Gradle构建模式的通用代码模版
https://github.com/androidappfactory/template_android
Last synced: about 1 month ago
JSON representation
基于通用Gradle构建模式的通用代码模版
- Host: GitHub
- URL: https://github.com/androidappfactory/template_android
- Owner: AndroidAppFactory
- License: mit
- Created: 2023-04-28T03:29:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T11:48:38.000Z (about 1 year ago)
- Last Synced: 2024-12-05T12:31:05.099Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)