This post is a part 21 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how you can embed youtube videos in your Intel XDK app and also how to use youtube search API. Embedding Youtube Videos With just single line of code you can embed youtube videos in Intel […]
This post is a part 2 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to debug Intel XDK apps while running it in emulator or real device. It doesn’t matter what kind of app you are building, debugging is always necessary. Debugging while app is running in emulator […]
This post is a part 46 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to create a password manager app using Intel XDK. For designing the app we will use Intel App Framework and for encrypting passwords we will use Crypto JS. Basic App Template Here is the […]
This post is a part 45 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to build a RSS Feed Reader app using Intel XDK. I will show you how to design a feed reader app using Intel’s APP Framework and then how to parse and display RSS. Basic […]
This post is a part 4 of Intel XDK Complete Tutorial post series. One of the most confusing and tough topics of mobile application development is executing code and accessing hardware components like Microphone, Bluetooth, GPS, Speaker etc while app is in background state. In this tutorial I will provide ultimate guide to run code […]
This post is a part 43 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to find user’s current location using JavaScript in Intel XDK app. Applications like Facebook messenger, Google Maps APP etc use some sort of Geolocation APIs to detect user location and display it on embedded […]
This post is a part 42 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to use HTML5 IndexedDB storage in Intel XDK APP. We will also see how to provide an support for non-HTML5 browsers too. What is IndexedDB? IndexedDB is a object oriented local database supported by […]
This post is a part 26 of Intel XDK Complete Tutorial post series. In this tutorial I will show how to integrate push notification in a Cordova Hybrid apps. Intel XDK legacy apps use pushMobi webservice to integrate push notifications but in cordova hydrid apps you have to use third party plugins. Include Push Plugin […]
This post is a part 41 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how to create sharing buttons for Intel XDK app. Sharing buttons are necessary if you want your app users to share some content of your app with their friends/connections. What is Share Widget? A share […]
Most Commented