elshadsm / tabris-plugin-app-widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabris.js App Widget Plugin

Development of the widget

While not required by the consumer of the widget, this repository provides Android specific development artifacts. These artifacts allow to more easily consume the native source code when developing the native parts of the widget.

Android

The project provides a gradle based build configuration, which also allows to import the project into Android Studio.

In order to reference the Tabris.js specific APIs, the environment variable TABRIS_ANDROID_PLATFORM has to point to the Tabris.js Android Cordova platform root directory.

export TABRIS_ANDROID_PLATFORM=/home/user/tabris-android

The environment variable is consumed in the gradle projects build.gradle file.

Copyright

See LICENSE notice.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Kotlin 76.8%Language:JavaScript 23.2%