Charts and plots for Android
When working with Androidplot, your best resource is the DemoApp’s example source code as it’s kept up to date for every release.
If you can’t find an answer feel free to ask a question on Stack Overflow using the Androidplot tag.
These tutorials are roughly in the order that they should be read. Quickstart will get your app up and running with a basic xy plot. Plot Composition explains the common anatomy of all plots in the Androidplot library and lays the foundation for future topics. The tutorials discuss specific plot types explaining styling and other advanced topics.
Source code examples of the various plot types.
A complete list of XML attributes is available here.
Javadocs for versions through 1.5.7 are available here. Due to a build issue producing Javadocs for the latest releases has been paused. There have been very few changes to the API since 1.5.7 so the Javadocs should still be useful in the mean time.
Full release notes are available here
_If you see something that isn’t right or want to contribute, please make a pull-request - these docs
live the main repo in the top-level /docs
directory. For more info, see the Contributing Source Code doc.