mahozad / android-pie-chart

Highly customizable Android library for drawing Pie and Donut charts.
https://mahozad.ir/android-pie-chart
Apache License 2.0
46 stars 5 forks source link

Improve the test application #19

Open mahozad opened 3 years ago

mahozad commented 3 years ago

Add every property of the chart to the test app screen as buttons, sliders, etc. so that the chart can be modified to get immediate feedback and to design a desired shape, color, ... for the chart and also to test all combinations of properties of the chart manually if required.

Also, create a java class and test the library in it to see if it works with java as well.