The guide is being migrated; some links to the API reference may be missing. Use the search bar in the API reference.

Learning resources

Guide

This guide serves as an overview, outlining Vico’s core features and providing usage guidance.

API reference

The API reference describes every public API element. On each of the guide’s pages, the first mention of any class, function, or property is a link to the corresponding page in the API reference. Follow these links to learn about all the features of the APIs described, as well as more APIs.

Sample app

Included in the repository is a sample app, which consists of sample charts. There are modules with sample charts for each supported UI framework:

The sample app is the most practical Vico learning resource, recommended for beginner and advanced users alike. Sample charts are referenced throughout the guide.

Follow the links above to view the code on GitHub. For Android, you can also download the APK. To work with the sample app locally, clone the repository, switch to the right tag, open the project in Android Studio, and navigate to the sample module.

git clone https://github.com/patrykandpatrick/vico
cd vico
git checkout v2.2.0

Last updated