Skip to content

ABTSoftware/SciChart.Android.Examples

Repository files navigation

SciChart.Android.Examples

Exampless for SciChart.Android: High Performance Realtime Android Chart Library.

SciChart Android Charts Video

Android Multi-Pane Stock Charts Example

Android Annotations are Easy Example

Android Realtime 3D Surface Mesh Example

Android PointLine 3D Chart Example

Android Chart Examples are provided in Java & Kotlin. If you are looking for other platforms then please see here:

Note: Maven Feed Setup

To build, you will need an internet connection to download Maven dependencies. Maven depends are listed in the build.gradle files within the examples application, for example:

repositories {
    mavenLocal()
    mavenCentral()
    maven { url 'https://www.myget.org/F/abtsoftware/maven' }
}
dependencies {
    implementation (group: 'com.scichart.library', name: 'core', version: '3.0.0.4253', ext: 'aar')
    implementation (group: 'com.scichart.library', name: 'data', version: '3.0.0.4253', ext: 'aar')
    implementation (group: 'com.scichart.library', name: 'drawing', version: '3.0.0.4253', ext: 'aar')
    implementation (group: 'com.scichart.library', name: 'charting3d', version: '3.0.0.4253', ext: 'aar')
    implementation (group: 'com.scichart.library', name: 'charting', version: '3.0.0.4253', ext: 'aar')
    implementation (group: 'com.scichart.library', name: 'extensions', version: '3.0.0.4253', ext: 'aar')
    implementation (group: 'com.scichart.library', name: 'extensions3d', version: '3.0.0.4253', ext: 'aar')
}

where latest version number can be found at our SciChart/ABTSoftware Maven feed page

Repository Contents

SciChart Android Examples Suite

The SciChart Android Examples suite contain developer example code in Java to help you get started as soon as possible with SciChart.Android.

SciChart Android Examples Suite

Chart types include:

Tech Support and Help

SciChart Android is a commercial chart control with world-class tech support. If you need help integrating SciChart to your Android apps, Contact Us and we will do our best to help!

About

Examples, Tutorials for SciChart Android: Realtime Android Chart Controls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published