Skip to content

Latest commit

 

History

History

tutorials-native

SciChart Android Native Tutorials

In this project you can find Android Studio projects that was used to create SciChart.Android 2D and 3D Tutotials.

Each tutorial is implemeted in:

  • Java using SciChart Builders API, that was created to make declaration of chart and its parts more fluent;
  • Java without using SciChart Builders API, where we use property setters/getters provided by chart and its parts directly;
  • Kotlin without using SciChart Builders API, where we use Kotlin properties provided by chart and its parts directly and some syntax sugar provided by Kotlin (e.g. apply() and so on), which allows to reduce amount of boilerplate code.

2D Tutorials

We have a set of 2D Tutorials targetting SciChart Android. Please find a list of tutorials below:

3D Tutorials

We have a set of 3D Tutorials targetting SciChart Android. Please find a list of tutorials below: