# sample-android-extend **Repository Path**: mirrors_NativeScript/sample-android-extend ## Basic Information - **Project Name**: sample-android-extend - **Description**: Extending Application and Activity - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.