AndroidPieChart
AndroidPieChart copied to clipboard
The method setAdapter(ArrayList<PieChartData>) in the type PieChart is not applicable for the arguments?
when I wrote pie.setAdapter(alPercentage); in that place it is showing error like
"The method setAdapter(ArrayList<PieChartData>) in the type PieChart is not applicable for the arguments (ArrayList<Float>)"
I met the same problem as your......