tag

home / developersection / tag

Cordova - Splash Screen
apache cordova 03-May-2017
Cordova - Splash Screen

This plugin is used to display splash screen on application launch.Step 1 - Install Splash Screen PluginOpen command prompt window, type and run the f

Cordova - Network Information
apache cordova 02-May-2017
Cordova - Network Information

This plugin provides information about device's network.Step 1 - Install Network Information PluginOpen command prompt window and run the following co

Cordova - Media
apache cordova 01-May-2017
Cordova - Media

If you are building an app for a media website which has audio or video files to play, then you have to include the media player that will play all the multimedia files. Also it will be able to record the videos using native camera.

Cordova – Using InAppBrowser
apache cordova 01-May-2017
Cordova – Using InAppBrowser

There are links into the app that are sometimes need to be open, to open those links a mobile web browser is needed. A browser only can render the html files, so you have to include the In-app browser during the building of the app.

Apache Cordova- Globalization
apache cordova 28-Apr-2017
Apache Cordova- Globalization

The globalization plugin is used for getting info about user’s local language, date and time zone, currency etc. this could be necessary in order to e

Apache Cordova - Geolocation
apache cordova 27-Apr-2017
Apache Cordova - Geolocation

The measurement of the geographical location of an object, such as a mobile phone, or an Internet-connected PC is its Geolocation. Basically, it invol

Cordova- Dialog Plugin
apache cordova 26-Apr-2017
Cordova- Dialog Plugin

This plugin will call platform native dialog UI element.Step 1 - Install Dialog PluginTo install this plugin, open the command prompt window and type

Cordova - File System
apache cordova 25-Apr-2017
Cordova - File System

There are times when you have to use or manipulate file system manager through the app. You can integrate the file system into your app using the file System plugin in apache Cordova.

Cordova – Using Compass for Device Orientation
apache cordova 22-Apr-2017
Cordova – Using Compass for Device Orientation

The smartphones have a built in small component called magnetometer, which can measure the Earth’s magnetic field. The information is then combined wi

Cordova- Using Contacts in Your App
apache cordova 21-Apr-2017
Cordova- Using Contacts in Your App

It is sometimes essential to use the contacts through the mobile app. You have to search for the contacts in the Contacts database. Apache Cordova has

Cordova – Displaying Device Info
apache cordova 20-Apr-2017
Cordova – Displaying Device Info

When you are building an app that demands to check the information about the device, then you can integrate this plugin and make your work doneThis pl

Cordova – Camera Plugin
apache cordova 20-Apr-2017
Cordova – Camera Plugin

There istimes, when you have to use Camera in your app, then for this, you have to integrate it into the app using the Camera Plugin.This plugin is us