This guide serves as an overview, outlining Vico’s core features and providing usage guidance.
The API reference describes every public API element. In the guide, all class, function, and property names are links to their corresponding pages in the API reference. Follow these links to learn about all the features of the APIs mentioned, as well as more APIs.
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. Sample charts are referenced throughout the guide.
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 repository, 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.