Learning resources
This wiki includes a setup guide outlines Vico’s features and structure. It complements the other two resources.
You’re browsing the wiki for Vico 1.15.0
. Use the list in the menu to select your Vico version.
Sample app
Included in the Vico repository is a sample app (module sample
), which consists of sample charts (package charts
). It uses Jetpack Compose, but each chart has a Compose version and a view version.
You can download the APK. To view the sample app’s code in Android Studio, clone the Vico project, switch to the right tag, open the project in Android Studio, and take a look in the sample
module. The charts
package is at sample/src/main/java/com/patrykandpatrick/vico/sample/showcase/charts
. Click the play button to run the sample app.
git clone https://github.com/patrykandpatrick/vico
cd vico
git checkout v1.15.0
API reference
The most extensive learning resource for Vico is the API reference, which describes every public API. In the wiki, all class, function, and property names are links to their corresponding pages in the reference. Follow these links to learn about all of the features of the APIs mentioned. You can also head straight to the API reference.