Skip to content

Latest commit

 

History

History
92 lines (76 loc) · 7.44 KB

README.md

File metadata and controls

92 lines (76 loc) · 7.44 KB

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!