The repository contains everything you need to help you get started with integrating NativeScript into your Android apps.
Follow the instructions at https://docs.nativescript.org/guides/integration-with-existing-ios-and-android-apps/extend-existing-android-app
The repository comprises the following directories:
- common - the JavaScript and Java assets necessary to bootstrap the NativeScript runtime in a native app.
- original-android-app - a simple Android application that fetches the USD conversion rate against several currencies
- ns-stock-ticker(-js) - a simple single-view NativeScript application that fetches the latest stock quotes for certain public companies
- extended-app - the Android app merged with the JavaScript assets and the v8 runtime of NativeScript