Hi all,
I'm facing problems using PieChart from the achartengine library. According to the demo, the PieChart extends AbstractChart.java, not AbstractChart.class in the library. Hence, the functions buildCategoryRenderer(int[] args) and buildCategoryDataset(String arg0, double[] arg1) don't exist in the library.
How does one initiate a PieChart and show it as an separate intent?
Thanks