An open API service indexing awesome lists of open source software.

https://github.com/nativescript/sample-extend-android-app


https://github.com/nativescript/sample-extend-android-app

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Overview:

The repository contains everything you need to help you get started with integrating NativeScript into your Android apps.

## Instructions:

Follow the instructions at https://docs.nativescript.org/guides/integration-with-existing-ios-and-android-apps/extend-existing-android-app

## Repository structure

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