QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack
Using Intel XDK Find if App is Running in Emulator or Device

This post is a part 23 of Intel XDK Complete Tutorial post series. We can easily find if the app is currently running in emulator or device by the below code snippet document.addEventListener("intel.xdk.device.ready",onDeviceReady,false); function onDeviceReady(evt) {   if (intel.xdk.isnative==true)   {     // Application is running on native device     console.log("Running on a […]

7 years ago http://qnimate.com/intel-xdk-find-if-app-is-running-in-emulator-or-device/
Create a Barcode Scanner Application using Intel XDK and PHP

This post is a part 22 of Intel XDK Complete Tutorial post series. In this tutorial we will learn Intel XDK barcode API. Before we proceed with building a application using Intel XDK barcode API we first need to learn what barcode is and how we can generate barcodes using PHP. What is Barcode? A […]

Image7 years ago http://qnimate.com/create-a-barcode-scanner-application-using-intel-xdk-and-php/
Vibrating Phone using Intel XDK

This post is a part 21 of Intel XDK Complete Tutorial post series. You can vibrate phone using Intel XDK by just one line of code         document.addEventListener("intel.xdk.device.ready",function(){             //you have to call this function inside a event handler.             intel.xdk.notification.vibrate();   […]

7 years ago http://qnimate.com/vibrating-phone-using-intel-xdk/
Playing Beep Sound using Intel XDK

This post is a part 20 of Intel XDK Complete Tutorial post series. A beep sound can be used to notify a user about a incoming chat message while the user is chatting with someone else. It can be used for many other cases but its always related to notifying a user while user is […]

7 years ago http://qnimate.com/playing-beep-sound-using-intel-xdk/
Display Loading Indicator In Status Bar using Intel XDK

This post is a part 19 of Intel XDK Complete Tutorial post series. Many times you would have seen a loading indicator in status bar while using a app. This indicator is used to convey to user about something been downloaded by the app or app is loaded some library. Intel XDK developers can display […]

7 years ago http://qnimate.com/display-loading-indicator-in-status-bar-using-intel-xdk/
Using @font-face for Bold and Italic Style

When you download a font you will always find four different files. Each of these files are differentiated by their weight and style i.e., normal, bold, italic and bold-italic. You would usually use them this way: @font-face {   font-family: "PT-sans-bold-italic";   src: url("fonts/PT-sans-bold-italic.ttf"); } @font-face {   font-family: "PT-sans-bold";   src: url("fonts/PT-sans-bold.ttf"); } @font-face […]

7 years ago http://qnimate.com/using-font-face-for-bold-and-italic-style/
Displaying Confirmation Box In Intel XDK

This post is a part 18 of Intel XDK Complete Tutorial post series. Before we learn about Intel XDK confirm box let’s first see what a alert box is and how it is different from confirm box. A Intel XDK alert box is a popup box that is used to inform user about something. Alert […]

7 years ago http://qnimate.com/displaying-conformation-box-in-intel-xdk/
Displaying Alert Box In Intel XDK

This post is a part 17 of Intel XDK Complete Tutorial post series. A Intel XDK alert box is a popup box that is used to inform user about something. Alert box has only one button and when its clicked the alert box closes. There is no event fired when the alert box is closed […]

7 years ago http://qnimate.com/displaying-alert-box-in-intel-xdk/
Publishing Intel XDK App to App Store

I have created a video on how to build ios app binary and then publish the app to app store.

Link7 years ago http://qnimate.com/signing-ios-app-in-intel-xdk/
Page 22 of 43« First«...10...2021222324...3040...»Last »
Categories
  • Algorithms (1)
  • API (5)
  • Cloud (1)
  • Cordova (68)
  • Databases (8)
  • Ethereum (3)
  • Hyperledger Fabric (1)
  • Marketing (3)
  • Node.js (3)
  • Operating System (2)
  • Other (1)
  • SEO (15)
  • Tips and Tricks (13)
  • Web Development (184)
  • Web Security (12)
  • WordPress (94)
Most Viewed
  • slider
    Image Slider Using HTML And CSS Only
    60 comments
    8 years ago

  • facebook-chat-popup
    Facebook Style Chat Box Popup using JavaScript and CSS
    73 comments
    8 years ago

  • html5-file-api
    An Introduction To JavaScript Blobs and File Interface
    13 comments
    8 years ago
Most Commented
push-notificaton
Push Notification in Intel XDK using Push Plugin
7 years ago
109 Comments
facebook-chat-popup
Facebook Style Chat Box Popup using JavaScript and CSS
7 years ago
73 Comments
What is Multiplexing in HTTP/2?
7 years ago
61 Comments
Currently Viewed
wordpress-maintenance
Setting Up SEO Friendly WordPress Maintenance Mode
7 years ago
context-menu
Customizing Right Click Menu in HTML Page
8 years ago
subresource-integrity
Introduction to Subresource Integrity
7 years ago
Our Sponsor
My Books

2014 - 2015 © QNimate
All tutorials MIT license