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. Use it to learn about all the features of the APIs mentioned in the guide, as well as more APIs.

Sample app

Included in the repository is a sample app (sample), which consists of sample charts (charts)—each with a Compose version and a view version. This is the most practical Vico learning resource, recommended for beginner and advanced users alike.

Follow the links above to view the code on GitHub. You can also download the APK. To work with the sample app locally, clone the Vico project, switch to the right tag, open the project in Android Studio, and navigate to the sample module. Click the play button to run the sample app.

git clone https://github.com/patrykandpatrick/vico
cd vico
git checkout v1.16.1

Last updated