https://github.com/nativescript/sample-extend-android-app
https://github.com/nativescript/sample-extend-android-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nativescript/sample-extend-android-app
- Owner: NativeScript
- Created: 2017-06-09T07:25:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T15:35:56.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T21:29:18.134Z (about 1 year ago)
- Language: JavaScript
- Size: 51.8 MB
- Stars: 4
- Watchers: 24
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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