Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 2.57 KB

File metadata and controls

50 lines (40 loc) · 2.57 KB

Androidplot Documentation

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.

Tutorials

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.

Examples

Source code examples of the various plot types.

Javadoc

The latest Javadocs are available here.

Release Notes

Full release notes are available here

Old Versions

Documentation for Androidplot 0.9.8 and earlier can be found here.

Contributing

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.