[转] 一步一步教你写股票走势图——分时图一(概述)

转自: https://blog.csdn.net/qqyanjiang/article/details/51442120 目录 一步一步教你写股票走势图——分时图一(概述) 一步一步教你写股票走势图——分时图二(自定义xy轴) 一步一步教你写股票走势图——分时图三(对齐图表、自定义柱状图...

[转] MPAndroidChart 3.0——LineChart(折线图)

转自: https://www.cnblogs.com/r-decade/p/6241693.html 显示效果

[转] MPAndroidChart之LinChart(3)scale缩放

转自: https://blog.csdn.net/u014769864/article/details/72723180 MPAndroidChart系列: MPAndroidChart 之LineChart(1) MPAndroidChart之LineChart(2)MarkerVie...

[转] MPAndroidChart之LineChart(2)MarkerView

转自: https://blog.csdn.net/u014769864/article/details/71545588 MarkerView MPAndroidChart 系列: MPAndroidChart 之LineChart(1) MPAndroidChart之LineChart...

[转] MPAndroidChart 之LineChart(1)

转自: https://blog.csdn.net/u014769864/article/details/71479591 公司做金融的,之前项目用的MPAndroidChart来完成分时图和K线图图表,不过之前的项目用的MPAndroidChart版本很老很老了,我也只好自己去尝试最新版...

android app 开机自启动

很简单,在 AndroidManifest 中添加 <category android:name="android.intent.category.HOME" /> <category android:name="android.intent.category.DEFAULT...

android java string repeat

需要重复字符串 n 次,如果 java 版本高,可以直接使用 String.repeat() String str = "Abc"; System.out.println( str.repeat(3) ); 如果版本低,那就使用 regex St...

android textview 设置

textview 滑动条一直显示, <TextView android:id="@+id/textview" android:layout_width="fill_parent" android:layout_height="wrap_content" ...

android layout 添加边框 border

边框 xml 文件 semi_circle_layout_border.xml <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/an...

android button 设置

button 背景色无效 修改 themes.xml 把 parent 中的 "Theme.MaterialComponents.DayNight.DarkActionBar" 修改为 "Theme.MaterialComponents.DayNight.DarkActionBar.Bridg...