1 Star 1 Fork 1

zonas.guo / ect_itm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

依赖包说明

app/libs/目录下

  • 百度地图
    BaiduLBS_Android.jar
  • USB摄像头依赖包
    libuvccamera-release.aar
    usbCameraCommon-release.aar
  • 红外测温依赖包
    hikvision-release.aar

Gradle依赖

  • 单个dex文件中的方法数不能超过65536个,使用此库可以突破限制
    implementation 'com.android.support:multidex:1.0.3'
  • greendao数据库
    implementation 'org.greenrobot:greendao:3.3.0'
    SwipeRecyclerView库https://github.com/yanzhenjie/SwipeRecyclerView
    implementation 'com.yanzhenjie.recyclerview:support:1.3.2'
  • 工具类库
    implementation 'com.blankj:utilcode:1.29.0'
  • logger日志框架
    implementation 'com.orhanobut:logger:2.2.0'
  • jxl库,操作excel
    implementation group: 'net.sourceforge.jexcelapi', name: 'jxl', version: '2.6.12'
  • 异步通信库,代替原生广播
    implementation 'org.greenrobot:eventbus:3.2.0'
  • android统计图库,可绘制柱状图,折线图等
    implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
  • 二维码库
    implementation 'com.google.zxing:core:3.4.0'
  • 全局浮动窗口
    implementation 'com.github.yhaolpz:FloatWindow:1.0.9'
  • RxJava
    implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
    // Because RxAndroid releases are few and far between, it is recommended you also
    // explicitly depend on RxJava's latest version for bug fixes and new features.
    // (see https://github.com/ReactiveX/RxJava/releases for latest 3.x.x version)
    implementation 'io.reactivex.rxjava3:rxjava:3.0.6'
    implementation "com.squareup.okhttp3:okhttp:3.12.12"
    implementation 'com.google.code.gson:gson:2.8.6'
  • Android选择器库,包括日期、时间选择器等
    implementation 'com.contrarywind:Android-PickerView:4.1.9'
  • XPopup弹窗库
    implementation 'com.lxj:xpopup:1.9.0'
  • Android 加载动画
    implementation 'com.github.ybq:Android-SpinKit:1.4.0'
  • UVC摄像头库
    implementation("com.serenegiant:common:2.12.4") {exclude module: 'support-v4'}
  • ECT_UVC_CAMERA项目打包依赖
    implementation(name: 'libuvccamera-release', ext: 'aar')
    implementation(name: 'usbCameraCommon-release', ext: 'aar')

项目分支对应说明

  • ECT-GeneralProject : 智能环境监测系统通用项目,各个模块都是最新的
  • ECT-20210319(郑州10个站有源无线测温) :郑州变电站无线测温项目
    说明:河南郑州10个站有源无线测温+GPRS
  • ECT-Develop : 开发分支
    注意:测试没有问题后,merge到ECT-GeneralProject 项目,以及其他需要的针对性项目

空文件

简介

易赛特智能环境监测系统 展开 收起
Android 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Android
1
https://gitee.com/zonas_guo/ect_itm.git
git@gitee.com:zonas_guo/ect_itm.git
zonas_guo
ect_itm
ect_itm
ECT-General(通用版本统计接收掉点次数)

搜索帮助