# androidFrame **Repository Path**: summersrest/androidFrame ## Basic Information - **Project Name**: androidFrame - **Description**: 该框架旨在帮助开发者快速快速完成一个APP,封装了网络请求,弹窗,加载布局,权限申请,标题栏,广播,常用控件,工具类等。向开发者提供一套快速化,流程化,标准化的开发框架,避免在开发中重复造轮子,同时规避一些新手在开发中常见的纰漏。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-04-29 - **Last Updated**: 2024-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # android 快速开发框架 ### [kotlin版本源码戳这里](https://github.com/summersrest/AndroidFrameKotlin) ### [kotlin版本源码戳这里](https://github.com/summersrest/AndroidFrameKotlin) ### [kotlin版本源码戳这里](https://github.com/summersrest/AndroidFrameKotlin) 该框架旨在帮助开发者快速快速完成一个APP,封装了网络请求,弹窗,加载布局,权限申请,标题栏,广播,常用控件,工具类等。向开发者提供一套快速化,流程化,标准化的开发框架,避免在开发中重复造轮子,同时规避一些新手在开发中常见的纰漏。 > 如果您想构建一个新的项目,直接将整个工程clone下来。然后删除.git文件,修改项目包名,应用名,应用图标,然后您就可以在该框架的基础上进行快速开发。你可参考[Wiki](https://github.com/summersrest/androidFrame/wiki)快速掌握此框架的使用方法 [查看Wiki请戳这里](https://github.com/summersrest/androidFrame/wiki) > 网络请求 弹窗视图 定时器 权限申请 全局消息 RecyclerView Adapter ## 架构图 ![1](https://github.com/liujiang5/androidFrame/blob/master/image/MVP%E6%9E%B6%E6%9E%84%E5%9B%BE.png) ## Libraries 1、[OkGo](https://github.com/jeasonlzy/okhttp-OkGo) 2、[fastjson](https://github.com/alibaba/fastjson) 3、[EventBus](https://github.com/greenrobot/EventBus) 4、[immersionbar](https://github.com/gyf-dev/ImmersionBar) 5、[RxJava](https://github.com/ReactiveX/RxJava) 6、[RxAndroid](https://github.com/ReactiveX/RxAndroid) 7、[SimpleAdapter](https://github.com/summersrest/SimpleAdapter) 8、[SimpleRecyclerView](https://github.com/summersrest/simple_recycler_view)