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

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

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.