Some Choices of Charting API for Android

A small test of charting by Calmalgo.com

Charting is a common feature of many types of apps.  There are so many different chart types like line charts, bar charts, pie charts, histograms, scatter charts, radar charts, candle stick charts and so on.  For some chart types, there can be features like zooming, scrolling, panning, real-time plotting, logarithmic axes, displaying in 3D and so on.  It is good that there are many API packages to choose from.  Here is a list of packages that you may find useful.

(This list maybe further updated.)


General Purpose/ Various Chart Types:

AChartEngine
Available License: Apache

Androidplot
Available License: Apache

AnyChart
Available License: Various Types

GraphView
Available License: Apache

HelloCharts
Available License: Apache

HighCharts
Available License: Various Types

MPAndroidChart
Available License: Apache

shinobicharts
Available License: Various Types


Purposeful/ Decor/ Exotic Chart Types:

ArcChartView
Available License: Apache

DecoView
Available License: Apache

Direction-Line
Available License: Apache

ikvStockChart
Available License: Apache


Comments

Popular posts from this blog

Finding Median by Stream

Factorial by Different Styles in Java

Reduction by Java Stream