androidplot

How to make line with rounded (smooth) corners with AndroidPlot

我们两清 提交于 2019-11-27 19:53:52
I have a small problem with ploting my graph. On a picture below is what I have already done. The graph should represent the actual signal strength of available Wi-Fi network(s). It's a simple XYPlot here data are represented with SimpleXYSeries (values are dynamically created). Here is a little snippet of code (only for example): plot = (XYPlot) findViewById(R.id.simplexyPlot); series1 = new SimpleXYSeries(Arrays.asList(series1Numbers), SimpleXYSeries.ArrayFormat.Y_VALS_ONLY, "Link 1"); f1 = new LineAndPointFormatter(color.getColor(), null, Color.argb(60, color.getRed(), color.getGreen(),

Android charting libraries [closed]

拟墨画扇 提交于 2019-11-27 16:56:49
I am trying to find a fast and reliable charting library. After some searching, I found 4 libraries: AChartEngine , WilliamChart , HelloCharts and AndroidPlot . I need some up to date feedback about the performance and the stability of these libraries because all the information I could find was outdated. You can use MPAndroidChart . It's native, free, easy to use, fast and reliable. Core features , benefits: LineChart, BarChart (vertical, horizontal, stacked, grouped), PieChart, ScatterChart, CandleStickChart (for financial data), RadarChart (spider web chart), BubbleChart Combined Charts (e

Android charting libraries [closed]

删除回忆录丶 提交于 2019-11-26 22:31:07
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . I am trying to find a fast and reliable charting library. After some searching, I found 4 libraries: AChartEngine [warning! official website is down and redirects to virus filled website!], WilliamChart, HelloCharts and AndroidPlot. I need some up to date feedback about the