Does anyone know some library to draw Sales Pipe chart in Android App ?
Example below.
Yes, there are many third party libraries, but I suggest you to use aChartEngine library, it contains many graphs and easy to use.
You can download it from here link
See below link hope use full for you :-
http://android-coding.blogspot.in/2011/09/generate-3d-pie-chart-using-google.html
http://code.google.com/p/charts4j/
http://androidplot.com/
Related
I want to build a stock chart, but do not know which library I should use.
Can any library build the dynamic chart to be the background of the view?Thank you.
It's worth checking out SciChart, which has a very powerful iOS & Android Stock Chart control.
It is a commercial component, however it is a very fast and powerful chart library which beats MPAndroidChart by a very clear margin in performance tests. Sorry MPAndroidChart!
You can now clone the Android Chart examples on Github and have a play around with the controls and see how we created the above example app!
Full disclosure - I am the tech lead on the SciChart project
You can use this lib-https://github.com/PhilJay/MPAndroidChart.I used it for one of my projects.
If the requirements seems to be simple enough you could also try to write your own graph.Its pretty simple to do it in android.
Is there any third party libraries are available to create a 3d bar-charts in android.
if so, can any one give me one sample program?
Thanks for your precious time!..
1) AChartEngine is a charting library for Android applications.
2) You can also use another library called ChartDroid.
Can any one guide me on how to use this library in Android?
I didn't find any tutorial or example related to this library.
I want to use an ImageView with a remote image while loading with progress spinner.
Any help would be appreciated.
Did you try the getting started guide on the project homepage?
http://code.google.com/p/libs-for-android/wiki/GettingStarted
It seems to contain instructions on adding the libraries to your project, and also build in the example applications. And of course the example applications contain their full source so it shows you how to use the libs in an application.
Hello Friends,
I have download achartengine-0.6.0 for implement bar-chart,I have lots of r&d on it. but not find out class for bar-chart. can you tell me that how can I implement bar-chart with using this library?
Any Example in your mind?
Thanks
nik
I think that the best way to start with AChartEngine is to follow the instructions here in order to import the "official" demo program. That has a lot of code examples, including for bar charts.
Also, please note that intermediate releases for both the library and the demo program are published here.
Can any one suggest me any open source framework to generate reports in android apps? (Some thing like 'Core-plot' for iPhone development)
iText is available for android, although I don't know how stable it is:
http://sourceforge.net/projects/itextpdfandroid/
There are several chart libraries for android:
http://android.arnodenhond.com/components/graphview
http://rapidandroid.org/wiki/Graphing
http://www.java4less.com/charts/chart.php?info=android
http://androidplot.com/wiki/Quickstart
http://code.google.com/p/chartdroid/
http://www.keepedge.com/
And Femi just posted a link to a related question, so I will stop here.
See https://stackoverflow.com/questions/424752/any-good-graphing-packages-for-android for an existing discussion.
Take a look at AChartEngine. It includes a bunch of chart types, a lot of demo code and is free to use for both free or commercial applications.