https://github.com/nativescript/sample-android-extend
Extending Application and Activity
https://github.com/nativescript/sample-android-extend
Last synced: about 1 year ago
JSON representation
Extending Application and Activity
- Host: GitHub
- URL: https://github.com/nativescript/sample-android-extend
- Owner: NativeScript
- License: apache-2.0
- Created: 2016-06-20T06:31:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T16:32:32.000Z (over 7 years ago)
- Last Synced: 2025-03-24T20:26:38.195Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://docs.nativescript.org/runtimes/android/advanced-topics/extend-application-activity
- Size: 1.35 MB
- Stars: 2
- Watchers: 26
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Extending Application and Activity
This sample demonstrates how to create custom `android.app.Application` and `android.app.Activity` implementations in a NativeScript application. For more information see [this help article](http://docs.nativescript.org/runtimes/android/advanced-topics/extend-application-activity).
> Note: this sample is no longer updated to latest NativeScript versions.
Please, refer to these [demos](https://github.com/NativeScript/nativescript-dev-webpack/tree/master/demo) implementing custom `android.app.Application` and `android.app.Activity` in NativeScript applications for up-to-date samples.