标签 3rdparty 下的文章
android u盘 文件系统 libaums
参考: libaums https://github.com/magnusja/libaums Android-USB-OTG-读写U盘文件 https://www.jianshu.com/p/a32e376ea70e 文件流之文件输出流FileOutputStream https:/...
ymodem
java 的 ymodem 可以使用 github 上面的 YModemForAndroid,链接是 https://github.com/LeonXtp/YModemForAndroid 问题: 直接使用 YModemForAndroid 有以下几个问题 在最后不足 1024 的数据时,...
MPAndroidChart 笔记
清除数据 lineChart.clear(); 用于清除所有数据。 参考: https://blog.csdn.net/qq_44720366/article/details/104816512 刷新 x 轴数据问题 参考: https://blog.csdn.net/qq_35071078/...
android 画线库
比较好用的画线库就是 MPAndroidChart 具体的资料可以参考: MPAndroidChart使用详解 https://blog.csdn.net/dapangzao/article/details/74949541 MPAndroidChart 之LineChart(1) http...
sg 滤波器
sg 滤波器: Savitsky Golay filter 库 github 上面可用的库有两个: savitzky-golay-filter: https://github.com/ruozhuochen/savitzky-golay-filter https://github.com/...
Duplicate class org.apache.maven.surefire.report.SafeThrowable found in modules jetified-common-java5-2.19.1
报错 今天在引入 jdsp 这个库是,直接使用 implementation 'com.github.psambit9791:jdsp:1.0.0',结果 androidstudio 报错如下: Duplicate class org.apache.maven.surefire.report...
[转] MPAndroidChart使用详解
转自: https://blog.csdn.net/dapangzao/article/details/74949541 本文讲述对MPAndroidChart的使用,大部分是从其文档中摘录过来的。版本3.0.2 一、MPAndroidChart 概述 MPAndroidChart 是一款...
[转] 一步一步教你写股票走势图——分时图一(概述)
转自: https://blog.csdn.net/qqyanjiang/article/details/51442120 目录 一步一步教你写股票走势图——分时图一(概述) 一步一步教你写股票走势图——分时图二(自定义xy轴) 一步一步教你写股票走势图——分时图三(对齐图表、自定义柱状图...
[转] MPAndroidChart之LinChart(3)scale缩放
转自: https://blog.csdn.net/u014769864/article/details/72723180 MPAndroidChart系列: MPAndroidChart 之LineChart(1) MPAndroidChart之LineChart(2)MarkerVie...
最新回复