I use the library for building graphics MPAndroidChart .
I want to make a pie chart, it is called PieChart , but the developer did not specify how to use it.

Maybe someone knows?

1 answer 1

Well, how not specified?

  1. Full documentation available.
  2. Description of use
  3. Usage example

Add it to xml , and then in the code following the example from p.3:

 mChart = (PieChart) findViewById(R.id.chart1); ...