How to make a BarChart/PieChart with input data on it - android

I am creating an app with a barChart/pieChart . and my idea is i want the user to input their data on the EditText Provided . and my problem is i dont know how to do that can anyone help me with this for my proj. thanks in advance

u can use mp chart library or achart engine library
https://github.com/PhilJay/MPAndroidChart https://github.com/ddanny/achartengine
this libraries r good for chart with animation

Use this library easy to use MpAndroidChart
a link
Try Google charts as well
a link very interactive and responsive

Related

How can I build this type of graph in android?

Any library you guys can recommend, or better if you know how to do it without third-parties implementations.
I want to get something like this;
Use MPChart Library for line Graph
https://github.com/PhilJay/MPAndroidChart
For example :
https://medium.com/#makkenasrinivasarao1/line-chart-implementation-with-mpandroidchart-af3dd11804a7

Android - PieChart from text file

I am trying to create a pie chart in android whose input values are read from a text file. I have a problem in parsing the data and assigning it to the distribution series and setting the color for the pie chart. Any sample code for this would be of great help.
Thanks !
Please check code for achartEngine. i think your problem resolved using achartEngine. See the below link.
https://github.com/jondwillis/AChartEngine/tree/master/achartengine
You just check out how to use google chart from this below link
http://psychopyko.com/tutorial/how-to-use-google-charts/ and let me know whether it is useful or not.

Is that possible to create negative bar chart using GraphView library in Android?

I'm looking library that allow to build bar charts with negative values like on picture below.
I tried already AndroidPlot(impossible to achieve this on version 0.6.0) and GraphView(look like impossible, actually i get same result as in AndroidPlot)
Greatly appreciate any help.
It is impossible via GraphView library but possible using AChartEngine library.

Interactive graphs in android

I am doing an android application where i need to implement interactive graphs.Can any one suggest good libraries to use.
I have gone through achartengine.
I need some interactive charts libraries.
Following two links will help you out :
http://android-graphview.org/
http://www.androidsnippets.com/how-to-create-a-line-chart
If you want to create custom graph like change the background color then you have create it on canvas
There are many libraries.
The simplest one is this
HoloGraphLibrary
Also
http://androidplot.com/
https://code.google.com/p/afreechart/
http://android-graphview.org/

Displaying clickable pie charts in android app

Can any one please tell me is it possible to display pie chart in our application.
Do we need to use any third party api. I want to display pie chart with click event to each slice in the chart.
May this can helps: GraphView
Is a library to create charts on Android. On the same page you can find code examples. Source code here
Other option is: achartengine
Related questions:
https://stackoverflow.com/questions/424752/any-good-graphing-packages-for-android
Hope it helps!
You can use AChartEngine for clickable pie charts.
An example showing this usage can be found here.

Categories

Resources