opinion and polls How to Develop an Intelligent Autonomous Drone using an Android Smartphone By feedproxy.google.com Published On :: 2014-07-25T17:02:00+05:30 Introduction Playing with small civilian drones is fun. Building them is even better! For those of you who are interested in developing your own “smart” drone, this article provides... Full Article
opinion and polls How to Optimize Your Android Apps (NDK) in Two Minutes on Intel Architecture By feedproxy.google.com Published On :: 2014-07-29T17:42:00+05:30 I’m Jean-Claude Cottier, a video game industry veteran. I’ve been working in this field for the last 18 years and in 2008, I’ve setup my own solo game studio: Ovogame. Recently,... Full Article
opinion and polls How to use Intel WiDi technology to project your App onto a bigger screen By feedproxy.google.com Published On :: 2014-07-29T17:54:00+05:30 This post is to help you learn on how to use Intel WiDi technology to project/beam your app onto a bigger screen (TV, Laptop, Monitor). We will be using the example of an app named "Grace" f... Full Article
opinion and polls How to Implement map and geofence features in Android business apps By feedproxy.google.com Published On :: 2014-07-30T17:32:00+05:30 Here's a guide on how to integrate map and geolocation features into an Android business app. This guide specfically tells you on how to includes overlaying store locations on Google Maps*, using... Full Article
opinion and polls How to test your Android apps on Intel devices using third-party services By feedproxy.google.com Published On :: 2014-08-07T12:45:00+05:30 More and more Android devices have Intel Inside. Besides getting your hands on Intel-based Android devices to test your apps and make sure they deliver the best experience for your users, there are se... Full Article
opinion and polls How to create sample codes for Video 3D on Android By feedproxy.google.com Published On :: 2014-08-11T17:49:00+05:30 In Android, it is very easy to create an app that can play video clips; it is also easy to create a game app with 3D graphic surface. But it is not straightforward to create an app that can play... Full Article
opinion and polls How to choose the right engine for your x86-based Android game By feedproxy.google.com Published On :: 2014-08-18T18:00:00+05:30 The fact that games are your best bet for getting a healthy and quick response you your Android app on Google Play Store. While gaming apps do score the highest in terms of downloads, popularity and a... Full Article
opinion and polls How to use Intel Perceptual Computing to develop engaging apps By feedproxy.google.com Published On :: 2014-08-21T16:33:00+05:30 Introduction This article discusses the development of Clifford’s Reading Adventures, a series of interactive educational games for young children from Scholastic Interactive LLC. T... Full Article
opinion and polls How to implement Gesture Sequences in Unity 3D game engine via TouchScript framework By feedproxy.google.com Published On :: 2014-08-21T17:02:00+05:30 When configuring touch targets to control other elements of a scene, it’s important to minimize the screen space that the controlling elements occupy. In this way, you can devote more of the Ult... Full Article
opinion and polls How to get started with OpenCL on Android OS By feedproxy.google.com Published On :: 2014-08-25T18:18:00+05:30 OpenCL™ Basic Tutorial for Android* OS provides guidelines on using OpenCL in Android applications. The tutorial is an interactive image processing Android application. The main focus for... Full Article
opinion and polls How to use Intel Cilk Plus to speed up your Android application By feedproxy.google.com Published On :: 2014-08-25T18:28:00+05:30 Intel(R) CilkTM Plus is a set of language extension of Intel(R) compiler, which can help to quickly and easily implement parallelism and vectorization for C/C++ code. You may refer to its m... Full Article
opinion and polls How to use Native Library Compression SDK for Android apps By feedproxy.google.com Published On :: 2014-09-04T17:49:00+05:30 Android apps are typically written in Java* because of its elegant object-oriented design and the fact that the Android Software Development Kit (Android SDK) provides cross-platform features in Java.... Full Article
opinion and polls Tutorial: How to implement H.265/HEVC for Intel Atom Based Android Platforms By feedproxy.google.com Published On :: 2014-09-04T18:20:00+05:30 The H.265/HEVC standard is becoming more and more popular in the mobile market. Online video providers, mobile Internet users, and broadcast/TV operators are the beneficiaries of this new video revolu... Full Article
opinion and polls How to use the Intel GPA System Analyzer to Improve performance of Android Apps By feedproxy.google.com Published On :: 2014-09-19T14:00:00+05:30 Mobile applications can behave differently between emulator and device and, as an app grows more and more complex, debugging performance bottlenecks can become extremely difficult. The GPA System Anal... Full Article
opinion and polls How to use Intel INDE Media Pack for Android to add video capturing capability for Unity Apps By feedproxy.google.com Published On :: 2014-09-23T12:30:00+05:30 This tutorial explains how to use Intel® INDE Media Pack for Android* to add video capturing capability to Unity applications. Prerequisites: Unity 4.3.0. Capturing works as a fullscreen... Full Article
opinion and polls How to optimize multimedia & augmented reality Android apps for Intel platform By feedproxy.google.com Published On :: 2014-09-23T12:48:00+05:30 Most Android applications, even those based only on scripting and managed languages (Java*, HTML5,...) eventually use middleware features that would benefit from optimization. This article willl di... Full Article
opinion and polls Create a music App with touch, stylus & keyboard control for Windows 8 tablets By feedproxy.google.com Published On :: 2014-09-24T15:34:00+05:30 Introduction When Dmitriy Golonanov, the CEO of the international company, Maestro Music Software, learned that many musicians would rather use a lightweight tablet than carry a laptop to gigs or a... Full Article
opinion and polls How to use Parallel Programming with C# By feedproxy.google.com Published On :: 2014-09-30T16:14:00+05:30 Multicore processors have been around for many years, and today, they can be found in most devices. However, many developers are doing what they've always done: creating single-threaded programs.... Full Article
opinion and polls Case Study: Optimizing Cyberlink PowerDVD to improve battery life on Intel devices By feedproxy.google.com Published On :: 2014-09-30T16:39:00+05:30 Introduction Low battery life is one of the most serious issues currently plaguing mobile devices in general and Ultrabook™ devices and tablets specifically. Users have become accustomed to s... Full Article
opinion and polls Case Study: Deliveing an immersive gaming experience for Intel based hybrid devices By feedproxy.google.com Published On :: 2014-09-30T17:16:00+05:30 Abstract Tencent wanted to give gamers the best experience on Intel® Ultrabook™ and 2 in 1 systems. Legend of Xuan Yuan was already a successful game, but these systems provided Tencent w... Full Article
opinion and polls How to port the Android Bullet Physics Engine to Intel Architecture By feedproxy.google.com Published On :: 2014-10-06T15:25:00+05:30 Introduction Mobile games with stunning graphics and realistic physics are now possible due to the increasing compute power now available on mobile devices. Effects such as grenade explosions in sh... Full Article
opinion and polls How to setup the peer to peer connection between two Android devices By feedproxy.google.com Published On :: 2014-10-06T15:39:00+05:30 Introduction Android* applications may require a peer-to-peer connection between two or more Android* devices without a Wi-Fi access point or Internet access. Two examples of this are file sharing... Full Article
opinion and polls Guide: Using CoCos2D for Android on Intel Architecture By feedproxy.google.com Published On :: 2014-10-06T15:47:00+05:30 Cocos2D is a game engine that works with various devices from PCs to smart phones. This engine supports the vast majority of the features needed to make wonderful 2D-based games; it even includes a fu... Full Article
opinion and polls How to customize Android security using SEAndroid By feedproxy.google.com Published On :: 2014-10-06T16:21:00+05:30 Security Enhancements for Android (SEAndroid) Android has added some new features to the 4.4 version of the Android OS ("Kitkat"). The most important change among the new features is the... Full Article
opinion and polls How to fix Nexus 4 power button issue By feedproxy.google.com Published On :: 2014-10-06T17:33:00+05:30 A darling among Google’s Nexus lineup of devices, one that actually created waves by selling at an atrociously low unlocked price in the US (where people are only ever used to buying phones with... Full Article
opinion and polls Case Study: How to adapt multiple input methods on Intel based hybrid devices By feedproxy.google.com Published On :: 2014-10-09T12:22:00+05:30 Trine* 2 from Frozenbyte, Inc. struggled with optimal playability on Intel® processor-based touchscreens and 2 in 1s running Windows* 8. Supporting varied play styles and local multiplayer require... Full Article
opinion and polls How to use touch gestures to Influence Physics Parameters using TouchScript By feedproxy.google.com Published On :: 2014-10-10T15:30:00+05:30 Download PDF When developing games and simulations, you may want your users to be able to influence assets that are active in a physics simulation. In this article, you learn how to develop a Unity... Full Article
opinion and polls How to use Intel Perceptual Computing SDK for human-robot interface By feedproxy.google.com Published On :: 2014-10-14T15:08:00+05:30 Download PDF 1. Introduction This article gives a brief overview of Rover, then focuses on our implementation of the human-robot interface utilizing the Intel® Perceptual Computing SDK for g... Full Article
opinion and polls Use Spotify, Netflix in India on your PC, Android smartphone By feedproxy.google.com Published On :: 2014-10-27T15:34:00+05:30 While India has kept in step with the way the Internet is used in the West in most aspects, we’re still behind when it comes to consuming streaming content. Apart from YouTube and some music and... Full Article
opinion and polls Case Study: Developing an augmented reality app for Intel based devices By feedproxy.google.com Published On :: 2014-10-28T11:47:00+05:30 With augmented reality (AR) reaching smartphones, tablets, wearables (such as Google Glass*), and other platforms, the market is ripe for an AR development explosion across every conceivable applicati... Full Article
opinion and polls Case Study: Developing a Health App for Windows 8 By feedproxy.google.com Published On :: 2014-11-19T14:39:00+05:30 Many people take medication, sometimes multiple times per day, to help them stay healthy. Making sure meds are taken on time and in the right doses requires an individual to be vigilant and discipline... Full Article
opinion and polls Case Study: Building an award winning multi-touch enabled music app By feedproxy.google.com Published On :: 2014-11-24T18:01:00+05:30 Innovations in computing form factors such as All-in-One (AIO) and tablet devices that combine desktop-like performance with multi-touch-enabled, high-resolution screens are giving people fun new ways... Full Article
opinion and polls How to optimize SSD performance in Windows By feedproxy.google.com Published On :: 2014-12-11T15:39:00+05:30 As almost every component in your PC can be tweaked to get better performance, SSDs are no different. Not a lot of people know that they can adjust a few different settings in their systems to ooze ou... Full Article
opinion and polls How to Install an SSD in your desktop or laptop PC By feedproxy.google.com Published On :: 2014-12-15T15:47:00+05:30 Picked up a brand spanking new SSD? or thinking about getting one to improve the performance of your PC or laptop? Well, you’ll need to know how to go about installing or mounting it once you ha... Full Article
opinion and polls How to be a Resourceful Gamer By feedproxy.google.com Published On :: 2014-12-23T16:21:00+05:30 A gamer’s life is a hard one. Games pop up left and right and by the dozens and really, how many games can a gamer play in the limited time that he has at his disposal? And it’s not just g... Full Article
opinion and polls How To Excel At Great UX Design By feedproxy.google.com Published On :: 2014-12-30T16:53:00+05:30 You might have heard of the term ‘UX’ quite often. Ever wonder what it is? Or did you merely dismiss it thinking that it’s something related to the UI? The UX has become an important... Full Article
opinion and polls How to prepare libGDX to natively support Intel x86 CPUs running Android By feedproxy.google.com Published On :: 2015-02-03T12:01:04+05:30 Overview With Android x86-based Intel® architecture devices increasing in prominence in the marketplace, the libGDX team set out to ensure developers could seamlessly deploy their games and app... Full Article
opinion and polls Tips and tricks on how to optimize Android apps on x86 platform By feedproxy.google.com Published On :: 2015-02-03T14:03:00+05:30 Intel has a vested interest in helping developers provide Android applications that run well (or even best) on Intel architecture. While Intel is working at the community level - optimizing Dalvik Jav... Full Article
opinion and polls How to use services to test your Android apps on Intel devices By feedproxy.google.com Published On :: 2015-02-06T14:04:00+05:30 More and more Android devices have Intel Inside. Besides getting your hands on Intel-based Android devices to test your apps and make sure they deliver the best experience for your users, there are se... Full Article
opinion and polls How to analyze the performance of C/C++ and debugging OpenGL ES frames on ARM and x86 Android devices By feedproxy.google.com Published On :: 2015-02-06T16:35:00+05:30 When developing an Android* application, you usually need to test, optimize, and debug on many different platforms. While basically every hardware and chip manufacturer provides a set of custom tools... Full Article
opinion and polls Guide to prototyping Android animations with Intel Animation Interpolator By feedproxy.google.com Published On :: 2015-02-09T15:44:01+05:30 Introduction Modern user interface design has evolved dramatically in the last few years, with animation-rich interactions becoming the norm. On mobile devices, where screen space is at a premium a... Full Article
opinion and polls Guide to using RenderScript on Intel architecture running the Android OS By feedproxy.google.com Published On :: 2015-02-09T16:58:31+05:30 Intro RenderScript is a scripting language on Android. You can use it to write high performance graphics rendering and raw computational code. The RenderScript API includes high performance func... Full Article
opinion and polls Guide to using a database with your Android app By feedproxy.google.com Published On :: 2015-02-11T16:02:00+05:30 Abstract In mobile apps, using a simple database backend such as SQLite can be useful in a variety of use cases. In this article we will take a look at Android* SQLite API and helper classes for da... Full Article
opinion and polls Guide to debugging Android NDK apps with Eclipse and gdb (video) By feedproxy.google.com Published On :: 2015-02-11T16:52:00+05:30 Debugging Android* NDK apps with Eclipse* and gdb Eclipse* with ADT plugin and CDT, all part of the ADT bundle, support the Android* NDK quite well. You can even use gdb integration to debug yo... Full Article
opinion and polls How to use Intel Mashery APIs, Edison and XDK for a basic Node.js application By feedproxy.google.com Published On :: 2015-02-12T13:01:00+05:30 In this article I will be demonstrating how to create a basic Node.js application using Intel Mashery's JamBase API with Intel Edison and XDK. You will find accompanying GitHub source in the provi... Full Article
opinion and polls Guide to new features of Intel XDK kit release September 2014 By feedproxy.google.com Published On :: 2015-02-16T16:45:00+05:30 I want to start this blog with a big thank you to all of our Intel® XDK users for the enthusiastic, positive feedback to our July release of Cordova* Plugins support. It shows that we are on the r... Full Article
opinion and polls Intel Curie: The Brain for low-cost, low-power wearables By feedproxy.google.com Published On :: 2015-02-16T17:05:00+05:30 Last year this month Intel's CEO Brian Krzanich introduced the world to the Intel Edison chip. This year he is introducing to us the Intel Curie, a button sized module using the Intel Quark SE SoC... Full Article
opinion and polls How do I connect from my Android phone to Intel Edison using Bluetooth? By feedproxy.google.com Published On :: 2015-02-17T12:46:00+05:30 Introduction Bluetooth* LE (BLE) communication use is exploding both in commercial products and hobby applications, mainly due to its low-cost and low-power requirements. This makes it an excellent... Full Article
opinion and polls Brush your teeth the right way using the Intel Edison! By feedproxy.google.com Published On :: 2015-02-19T11:56:00+05:30 This DIY project shows you how to convert a store-bought toothbrush holder into an IoT home appliance. The Intel® Edison board provides the small form factor and computing power to encourage healt... Full Article
opinion and polls 3 easy steps for maximum performance for your Android emulator (Intel HAXM) By feedproxy.google.com Published On :: 2015-02-23T15:05:27+05:30 First time users of Intel® HAXM can occasionally run into situations where they are not sure if their Android* emulator is in fact using HAXM technology. This article will provide the necessary st... Full Article