# RapidAndroid **Repository Path**: djun100/RapidAndroid ## Basic Information - **Project Name**: RapidAndroid - **Description**: Android 快速开发模板,支持主题,插件,使用MVP模式开发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-04-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RapidAndroid ### The rapid development of Android template for code ape ### Android 快速开发模板,支持主题,插件,使用MVP模式开发 # 编译RapildLib库文件 确认你系统已经安装Android SDK、Gradle ``` cd RapildLib ./gradlew clean build ``` # RapidAndroid ``` ├── RapidExample │   ├── PluginExample │   │   ├── RapidPluginGreen | | └── RapidPluginMain | └── ThemeExample │   ├── RapidThemeBlue | ├── RapidThemeGreen | └── RapidThemeMain └── RapidLib ├── libs └── src └── com └── rapida ├── anim ├── app ├── bitmap ├── file ├── framwork ├── net ├── plugin ├── reflect ├── security ├── shell ├── theme └── time ```