Skip to main content
Version: 5.2.0

Android

LightningChart JS is a JavaScript library for high-performance data visualization. It can be embedded into Android applications by placing a separate Web application (HTML/CSS/JS) into the code base and loading it inside a WebView component.

The main application is still developed like any Android application, but the charting parts are isolated to a separate application, which is developed in JavaScript or TypeScript. Data is generally connected to the Android application, and transferred from there to the Web application. This example shows an example how this can be done.

For more information about using Web-based content in Android application, you may refer to materials maintained by Android. See "Web-based content" in Android developer materials, for example. https://developer.android.com/develop/ui/views/layout/webapps

Please find the latest examples and instructions for utilizing LightningChart JS in Android applications in our GitHub template project.

More Android materials:

For the latest updates on Android front you may also contact us directly.