Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Api for drawing chart in android [closed]

Tags:

android

Is there any API for drawing financial chart in android?

like image 431
Kakey Avatar asked Oct 08 '10 13:10

Kakey


2 Answers

Or if you don't want to access the net for that, you could use a lib. for that, like this one: http://www.achartengine.org/ . It's pretty good, I've used it recently in a project.

like image 74
Zsombor Erdődy-Nagy Avatar answered Oct 21 '22 04:10

Zsombor Erdődy-Nagy


You can call the Google Charts API with HttpPost and then create an ImageView based on the OutputStream of your request. Make sure that you use ASyncTask when calling a server

like image 35
700 Software Avatar answered Oct 21 '22 04:10

700 Software