Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/cordova_netzwerkinfo
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2018-12-10T19:39:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T10:23:29.000Z (over 1 year ago)
- Last Synced: 2024-04-13T23:08:57.707Z (7 months ago)
- Topics: android, cordova
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/).