This post is a part 39 of Intel XDK Complete Tutorial post series. From iPhone 5S onwards Apple introduced fingerprint scanner which lets applications verify if the user is the phone owner. In future Apple may allow apps to take raw fingerprints and provide some other information. Now Intel XDK apps can make use of […]
Check out this youtube video to learn how to create a ios adhoc build and test it in your device.
This post is a part 38 of Intel XDK Complete Tutorial post series. In this tutorial we will look at Intel XDK’s Video player APIs. Most apps require video to be played therefore exploring this API is very important. In this tutorial we will first learn how to include Intel XDK video plugin in our […]
This post is a part 37 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to record video using built in camera in Intel XDK. Including Cordova Capture Plugin Intel XDK doesn’t provide any API to record video using Intel XDK. Therefore we have to use cordova Capture plugin […]
This post is a part 36 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to record audio using microphone in Intel XDK. Including Cordova Capture Plugin Intel XDK doesn’t provide any API to record audio using Intel XDK. Therefore we have to use cordova Capture plugin to record […]
This post is a part 35 of Intel XDK Complete Tutorial post series. Intel XDK and Cordova doesn’t provide any built in API to toggle flashlight on/off. We need to use Flashlight plugin toggle flashlight in Intel XDK. Installing Flashlight Plugin Follow these steps to open remote plugin install box Projects → Select your project […]
This post is a part 34 of Intel XDK Complete Tutorial post series. In this tutorial we will look at Intel XDK’s Audio APIs. Most apps require sound to be played therefore exploring this API is very important. In this tutorial we will first learn how to include Intel XDK audio plugin in our app, […]
This post is a part 33 of Intel XDK Complete Tutorial post series. In this tutorial I will show how to secure your local data by encrypting. Encrypting local data is important for every apps perspective. Securing Cookies, LocalStorage, IndexedDB and SessionStorage Data Intel XDK Apps usually store a lots of data locally i.e., using […]
This post is a part 31 of Intel XDK Complete Tutorial post series. Every phone has a native default contact application which maintains phone numbers, address, emails and names. Intel XDK allows applications to access and modify contacts of the contact application Accessing and manipulating user contacts can be useful in many cases. Suppose you […]