QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack

XDK 59

  1. Hide Status Bar In Intel XDK

    This post is a part 40 of Intel XDK Complete Tutorial post series. With just few lines of code you can hide status bar in Intel XDK //event is fired when all Intel XDK apis are loaded. document.addEventListener("intel.xdk.device.ready",function(){     //this function actually hides the status bar       intel.xdk.device.hideStatusBar(); },false);

    7 years ago http://qnimate.com/hide-status-bar-in-intel-xdk/
  2. Intel XDK Orientation Guide

    This post is a part 44 of Intel XDK Complete Tutorial post series. In this tutorial I will show you how you can lock your Intel XDK apps orientation and also detect the current orientation. Locking Orientation intel.xdk.device.setRotateOrientation() function is used to lock orientation. Lock to “portrait” orientation intel.xdk.device.setRotateOrientation("portrait"); Lock to “landscape” orientation intel.xdk.device.setRotateOrientation("landscape"); Unlock […]

    7 years ago http://qnimate.com/intel-xdk-orientation-guide/
  3. HTML5 Mobile App Development Using Intel XDK

    This post is a part 1 of Intel XDK Complete Tutorial post series. Cross-platform mobile application development is a technique of writing single codebase for apps that will be in the end installed and used in different mobile operating systems. Applications built using this technique are called as cross-platform mobile apps. Cross-platform mobile apps that […]

    Image7 years ago http://qnimate.com/intro-to-html5-mobile-app-development-using-intel-xdk/
  4. Detect Shake using JavaScript

    In this tutorial I will show how to detect phone shake with just few lines of JavaScript code. We will be using shake.js library to detect it. This library uses Device Orientation API to function. Example Here is just few lines of code to detect phone shake View Demo <script type="text/javascript" src="https://cdn.rawgit.com/alexgibson/shake.js/master/shake.js"></script> <script>     […]

    Image7 years ago http://qnimate.com/detect-shake-using-javascript/
  5. Intel’s APP Framework Tutorial

    APP Framework is a CSS and JavaScript library which is used to design mobile applications created using HTML5 Mobile frameworks like Phonegap or Intel XDK. Intel APP Framework can do more things than just designing, its primary objective is to design apps. This is a tutorial for beginners who don’t have any knowledge about APP […]

    Image7 years ago http://qnimate.com/intels-app-framework-tutorial/
Page 7 of 7« First«...34567
Our Sponsor
My Books

2014 - 2015 © QNimate
All tutorials MIT license