I have some data stored, and want to display them as a graph like this:
How to make/build that? I really need this feature in my app.
take a look at the accepted answer of this so-thread
link-summary of that post:
rapidandroid.org/wiki/Graphing
GraphView
Java Charts for Android
ChartDroid
AndroidPlot
AChartEngine
This is a Sample Project I made. This might give you an idea what you need to do.
Related
I need to present the data in android in the form of a Line graph and give the users a feature to be able to mark certain portions of the graph (starting and ending marker).
I know I can easily implement the graph using some famous libraries like MPChart and AnyChart but the thing is very straight about the feature like this:
I am truly clueless about how am I gonna do this.
Any help or any link to the related blog will gonna help me a lot.
Much thanks in Advance _
I would like to know if it's possible to make a real time multiple line graph using androidplot, like this but with 2 lines.And if so if could provide how to do it.
Thanks
Yeah its possible. There's a very similar implementation in the Androidplot demo app under 'dynamic xy plot example'.
You can find the full source in the Androidplot Github repo.
Did someone know how to make graph something like this: link on Android using Android GraphView? And can send me a example code? I trying but I do not know how to print valid x values, I am got only this, on picture. Tnx.
the rotated labels are not possible out-of-the-box in android graphview. But the other styles should be possible. Take a look at the GraphView-Demos project and the documentation.
http://android-graphview.org/
I am using "shinobicontrols" (link given bellow) for my mono android application(xamarin).so, now i want to draw line chart for two data field one for "ask" price and one for "bid" price. so, any one can help me?
thanks in advance ....
http://www.shinobicontrols.com/android/shinobicharts/price-plans
The best place to ask for help relating to Shinobi Charts is their forums, there you will get help from people who are familiar with the libraries and the devs themselves.
It seems like you are just getting started, so the best place to begin would be the user guide, available here:
http://www.shinobicontrols.com/docs/ShinobiControls/ShinobiChartsAndroid/1.3.5/Premium/Normal/user-guide/index.html
This will take you through the steps needed to create and render a chart, there are also more detailed API documentation for the Xamarin bindings, for example for a Line Series (which is what it sounds like you are wanting to use):
http://www.shinobicontrols.com/docs/ShinobiControls/ShinobiChartsAndroid/1.3.5/Premium/MonoTouch/Com.ShinobiControls.Charts/LineSeries.html
Finally if you are still having problems feel free to post on the forums:
http://www.shinobicontrols.com/forum/shinobicontrols
Hope this helps, if you are still struggling just let us know what we can do to help.
Craig.
(Full disclosure: I work for ShinobiControls)
I want to draw a graph in my application.can any one tell me which is the best open source library used to draw a graph in android.I am confused.
achartengine library is very good,you can use it
link: http://code.google.com/p/achartengine/
Use MPAndroidChart.
Tried many libraries for the purpose.
Easiest to use and renders beautiful charts.
It turned out to be the best one.
I think you can give AChartEngine a try. It provides a demo application with a lot of useful code, it is open-source and free to use in any application.
Dan