Many people use the Media Plugin to record audio in cordova apps. Here is an sample code that shows how to record: var extension = null; document.addEventListener("deviceready", function(){ if(device.platform == "iOS") { extension = ".wav"; } else if(device.platform […]
This post is a part 53 of Intel XDK Complete Tutorial post series. I wrote an article on how to store data locally in cordova based apps. As Intel XDK builds cordova apps therefore the technique is same for Intel XDK also. The article is published by SitePoint.
This post is a part 52 of Intel XDK Complete Tutorial post series. I have written a tutorial for SitePoint on how to integrate Local notifications in a Cordova App built using Cordova CLI. The same instructions also applies for Cordova Apps built using Intel XDK except that you need to install the Local notification […]
This post is a part 51 of Intel XDK Complete Tutorial post series. Twitter Login is a form of single sign-on using existing login information from Twitter by creating a new login account if doesn’t already exist specifically for that website. It is designed to simplify logins for end users. In this tutorial I will […]
This post is a part 50 of Intel XDK Complete Tutorial post series. In this tutorial we will see how to build a cross-platform mobile app using Intel XDK platform and Ionic framework. Intel XDK is the best platform for building and testing cordova apps whereas Ionic is the only best AngularJS based front-end UI […]
This post is a part 49 of Intel XDK Complete Tutorial post series. Chat apps are becoming very popular among users. Learning the overall architecture of a chat app is important for developers. In this tutorial I will show you how to create a chat app using Intel XDK. All the codes and technologies of […]
This post is a part 48 of Intel XDK Complete Tutorial post series. PHP and MySQL are most popular backend technologies ever. 82% of mobile apps using PHP and MySQL as their backend server. In this tutorial we will see how to create PHP web services and call them using Intel XDK. And also how […]
This post is a part 47 of Intel XDK Complete Tutorial post series. Google Analytics is the World’s best website analytics platform. You can also integrate Google Analytics in Intel XDK apps to find usage information of your app. In this tutorial I will show you how to integrate Google Analytics in an Intel XDK […]
Intel XDK provides the best development solution for creating cross platform mobile apps using HTML, CSS and JavaScript. Its the best way for web developers to create mobile apps. Here is a series of tutorial to learn Intel XDK from scratch.
Most Commented