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, which consists of sample charts. There are modules with sample charts for each supported UI framework:
sample:compose
(Jetpack Compose)sample:multiplatform
(Compose Multiplatform)sample:views
(Android view system)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.1.0-alpha.4