nativescript-android-utils
A collection of certain Java/Android classes that help the NativeScript developer when dealing with Android-specific implementations.
npm i --save nativescript-android-utils
- Version: 1.0.2
- GitHub: https://github.com/Pip3r4o/nativescript-android-utils
- NPM: https://www.npmjs.com/package/nativescript-android-utils
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
NativeScript Android Utility Classes and Helpers
The package provides minimalistic Java implementations of classes that may prove somewhat problematic when using them in the context of a NativeScript application.
Exposed Classes
android.app.IntentService
exposed ascom.pip3r4o.android.app.IntentService
. The class now has a default empty constructor and can be extended freely to implement Background Services in NativeScript Android.
Usage
Consuming classes from the list above is as easy as installing the package inside your NativeScript application.
npm install nativescript-android-utils --save