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 Vico repository is a sample app (sample
), which consists of
sample charts (charts
)—each
with a Compose version and a view version.
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.