Hi all, is there any api for drawing financial chart in android...
Thanks in advance.
Hi all, is there any api for drawing financial chart in android...
Thanks in advance.
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
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.