mcanthony / SciChart.Android.Examples

Examples, Tutorials for SciChart Android: Realtime Android Chart Controls

Home Page:www.scichart.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SciChart.Android.Examples

Examples, Showcase Applications and Tutorials for SciChart.Android: High Performance Realtime Android Chart Library.

SciChart Android Charts Video

Android ECG Chart Example

Android Candlestick Chart Example

Android Heatmap Chart Example

Android Multi XAxis 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 {
    compile (group: 'com.scichart.library', name: 'core', version: '2.0.0.1806', ext: 'aar')
    compile (group: 'com.scichart.library', name: 'data', version: '2.0.0.1806', ext: 'aar')
    compile (group: 'com.scichart.library', name: 'drawing', version: '2.0.0.1806', ext: 'aar')
    compile (group: 'com.scichart.library', name: 'charting', version: '2.0.0.1806', ext: 'aar')
    compile (group: 'com.scichart.library', name: 'extensions', version: '2.0.0.1806', ext: 'aar')

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

Repository Contents

Scichart Showcase

The SciChart Showcase demonstrates some featured apps which show the speed, power and flexibility of the SciChart's Android Chart library. This showcase is written in Kotlin and is designed to be a demonstration of what SciChart can do. Examples include:

Android Audio Analyzer powered by SciChart

Android 4-Channel Realtime ECG powered by SciChart

  • SciChart ECG: Realtime, 4-channel ECG for medical apps
  • SciChart Audio Analyzer: Realtime Audio Analyzer which records the mic, and presents Frequency Spectrum + Spectrogram on a live updating heatmap
    • more coming soon!

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:

SciChart Android Tutorials

We now have a set of Tutorials targetting SciChart Android v2.x over on our website. Please find a list of tutorials below:

SciChart Android Tutorials

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

www.scichart.com

License:MIT License


Languages

Language:Java 86.0%Language:Kotlin 14.0%