Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mdecker-mobilecomputing/cordova_netzwerkinfo

Cordova app demonstrating how to use plugin for querying network info
https://github.com/mdecker-mobilecomputing/cordova_netzwerkinfo

android cordova

Last synced: 6 days ago
JSON representation

Cordova app demonstrating how to use plugin for querying network info

Awesome Lists containing this project

README

        

# Cordova-App mit Netzwerk-Info-Plugin #


Simple [Cordova](https://cordova.apache.org/) app to demonstrate the usage of
a plugin (namely [this plugin](https://www.npmjs.com/package/cordova-plugin-network-information) to query the current network connection of the device) to access native feature of the mobile operating system.


----

## Building the app ##


After cloning or downloading this repository the following commands have to be executed:

````
npm install
cordova prepare
````


After this please enter the following command to check whether Android is added as target platform:
````
cordova platforms
````


Enter also the following command to check if the plugin for querying the network state is present:
````
cordova plugins
````


To build the app (APK file for Android) enter the following command.

````
cordova build
````


----

## License ##


See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License)
for the files in this repository except [jQuery](https://jquery.org/license/).