Search code examples
androidhistogramdiagram

What is the best way to make a diagram from some query data?


i want to make a diagram from some values in database. so what is the way to make and show a 2D or 3D diagram,Histogram or Line graph to user.


Solution

  • I would recommend MPAndroidChart. It is a fast and stable chart library which provides a lot of customization settings.

    In my current project I discarded the graphview-library and moved to MPAndroidChart due to performance issues with graphview.