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/
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.
I'm trying to write an app that would use the timepicker in Android, but I really would like to implement the one from iOS.
I've had a couple of leads, but haven't struck anything that has worked for me.
My problem is that the time picker is for time but I want to use mine for three different number values that can be chosen (no am/pm) so it seems like Pickers are the way to go, except that they were introduced in API 11.
I've found this blog that seems to give you some code for it, but I wasn't able to get it to work.
I also found android-wheel, but I don't know how to get the source for it. Can anyone steer me in the right direction for it?
The iOS timepicker looks like this:
Android wheel looks like this:
But, I haven't been able to figure out how to get the code for it.
The code is in the google code project - https://code.google.com/p/android-wheel/source/browse/
Download the source code from below link for various wheel example:
http://android-wheel.googlecode.com/svn/trunk/
Make sure that you have the svn plugins for download.
Thanks.
In my app, I have the following information which I want to display in the form of a graph.
Weight of a person.
Body temperature.
Date.
Now in my case, I want weight and body temperature on the y-axis parallel to each other and Date on the x-axis. So can anyone tell me which is the best android graph tool to do this? If possible with an example.
Regards
Anshuman
I have done quiet a research on this.If you are looking for drawing pie,histograms, bar or line graphs with 3D look I beliver ther is not such library available.You can use aichart for some 2D charts.Or final solution is you can start using the google Chart APIS , they are very good but they all are in web view and you need to have internet available on the phone/emulator.
There is a google group for achartengine, lots of good code is floating around there you can join it.
But I am afraid you will not get the 3D charting anywhere else.
if you thought of using the Adobe Flex (using AIR 3.1 or higher) you may get tremendous fullfillment of the requirement you are having in your head.You may get tempted to use it at once,but teh programming is in AS(Action Script)
have a look at the linked video, you will get teh idea of what I am talking about, but sadly you have to code in Action Script and not in Andorid PL.
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.