views:

52

answers:

1

I have a TableRow that is empty on compile time. The tablerow is supposed to be filled with a chart generated by JFreeChart during runtime.

How do I add the chart into the tablerow?

A: 

You might look into droidcharts.

Addendum: You can checkout or browse the source from here.

trashgod
weird, when i goto Downloads... it says the project has no downloads... how do i get a copy of droidcharts?
@user433640: Use the _Source_ link, added above.
trashgod
ok... thanks for the link!
i am looking at PieChartExampleView.java and found a segment of codes requiring the xml file. However, from the source I can't find any xml files. Does droidcharts have any reliable documentation?
@user433640: See http://code.google.com/p/droidcharts/source/browse/#svn/trunk/res
trashgod
Yes trashgod, there are xml files in there, but those files don't hold any definition for R.Color data... The examples are not complete.
@user433640: These aren't the droid files you're looking for? :-) Sorry, couldn't resist. The project looks fairly nascent; you might try contacting the developer.
trashgod
I've tried. The developer is not responding. I'm not sure if the project will be developed further. I found achartengine which is giving problems as well, but at least there is a demo and an active support group to help me out.
@user433640: Why not create an answer linking to _AChartEngine_ as an alternative to _JFreeChart_?
trashgod