# XBaseAndroid **Repository Path**: lansland/XBaseAndroid ## Basic Information - **Project Name**: XBaseAndroid - **Description**: 一款集成了网络请求,本地缓存,配置文件,数据库映射,权限申请,链表管理Activity,简化Activity、Service、Broadcast启动, 万能ListView,GridView适配器、高仿IOS弹窗、倒计时/延迟执行,标题栏组件,图片显示,webview引擎,APP更新组件,APP崩溃日志组件 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 36 - **Created**: 2018-10-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Jitpack](https://jitpack.io/v/fanhua1994/XBaseAndroid.svg) ![Platform](https://img.shields.io/badge/Platform-Android-ff69b4.svg) ![License](https://img.shields.io/github/license/alibaba/dubbo.svg) ![Author](https://img.shields.io/badge/Author-%E7%B9%81%E5%8D%8E-blue.svg) # XBaseAndroid 一款集成了网络请求,本地缓存,配置文件,数据库映射,权限申请,链表管理Activity,简化Activity、Service、Broadcast启动, 万能ListView,GridView适配器、高仿IOS弹窗、倒计时/延迟执行,标题栏组件,图片显示,webview引擎,APP更新组件,APP崩溃日志组件,事件总线. [有在项目中使用XBaseAndroid请猛戳此处告诉我哦,留下您的公司名称或您的昵称](https://github.com/fanhua1994/XBaseAndroid/issues/3) 项目地址:[https://github.com/fanhua1994/XBaseAndroid](https://github.com/fanhua1994/XBaseAndroid) ~~demo地址:[https://github.com/fanhua1994/XBaseAndroidDemo](https://github.com/fanhua1994/XBaseAndroidDemo)~~ 新文档全部完善。 新文档地址:https://www.jianshu.com/nb/20489476 ![BaseAndroid](https://github.com/fanhua1994/BaseAndroid/blob/master/image/logo.png?raw=true) # 版本更新 目前最新版本是1.0.9.4 [更新日志](https://github.com/fanhua1994/XBaseAndroid/blob/master/LOG.md) 引用方式: 1.加入repositories ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` 2.引用第三方库 ``` implementation 'com.google.code.gson:gson:2.6.2' implementation 'com.lzy.net:okgo:3.0.4' implementation 'org.greenrobot:eventbus:3.1.1' implementation 'com.j256.ormlite:ormlite-core:4.48' implementation 'com.j256.ormlite:ormlite-android:4.48' implementation 'com.alipay.euler:andfix:0.4.1' ``` 3.引用XBaseAndroid compile 'com.github.fanhua1994:XBaseAndroid:1.0.9.4' # 联系作者 简书:[http://www.jianshu.com/u/50c9e5f00da3](http://www.jianshu.com/u/50c9e5f00da3) CSDN:[http://blog.csdn.net/dong_18383219470?viewmode=list](http://blog.csdn.net/dong_18383219470?viewmode=list) # 代码提交 > 需要提交代码的朋友请邮箱联系并附上代码即可:90fanhua@gmail.com ```