How to configure your Intel® XDK project
Language EnglishThis session will provide you with an overview of the project info, libraries, launch icons, and splash screens of your Intel® XDK Project.Date: Wednesday, June 1, 2016 (All day)Event...
View ArticleSQLite databases in apps built with the Intel® XDK
Language EnglishAnusha Muthiah will demonstrate the use of Cordova* SQLite*-storage plugin to open and use SQLite* databases in your cross platform applications.Date: Thursday, May 12, 2016 (All...
View ArticleHow to publish apps to the app stores using Intel® XDK
Language EnglishSwati Shah will demonstrate how to use the Publish Tab for publishing an app directly to app stores from within Intel XDK.Date: Thursday, May 12, 2016 (All day)Location: See map: Google...
View ArticleImprove the Security of Android* Applications using Hooking Techniques: Part 2
Download PDF [PDF 1.2 MB]ContentsGo To Part 1 ››Study of the PIC Code in libtest_PIC.soHook SolutionCase Study – a Hook-Based Protection Scheme in AndroidConclusionReferencesAbout the AuthorStudy of...
View ArticleImprove the Security of Android* Applications using Hooking Techniques: Part 1
Download PDF [PDF 1.1 MB]ContentsCommon Security Risks in AndroidAndroid Application and Package OverviewRisk Awareness in Android DevelopmentHooking Technique OverviewWhat is Hooking?Implementing...
View ArticleError android.graphics.Canvas.throwIfRecycled when overlaying bitmaps
Im trying to overlay images on a canvas using the following method:private Bitmap overlay(Bitmap bmp1, Bitmap bmp2) { bmOverlay = Bitmap.createBitmap(70, 70, Bitmap.Config.RGB_565); canvas = new...
View Article2016 Intel® University Games Showcase
Download DocumentQ: What do the following things have in common?A multiplayer game set in a demon-possessed carnival town that uses split screen as a novel and fundamental game mechanicA game where...
View ArticleAndroid HTML Apps and XML Files
I built an Android app written in HTML and the apk file has an android manifest XML file. When I try to open this file I get a parsing error message. I was wondering why I have this problem, i just...
View ArticleIntel® Collaboration Suite for WebRTC Simplifies Adding Real-Time...
Download PDF [PDF 569 KB]OverviewWeb-based real-time communication (WebRTC) is an open standard proposed by both World Wide Web Consortium (W3C) and Internet Engineering Task Force (IETF) that allows...
View ArticleUsing Java code to detect device
This article will talk about how to using Java code to detect device.Please kindly use ro.product.cpu.abilist and check every entry in it. recommand "getprop ro.product.cpu.abilist", which will return...
View ArticleIntel INDE Beta program has ended
As of today, October 15th, in parallel with the official release of Intel® INDE 2015, the Intel INDE Beta program has ended. The Beta version of the product will no longer be supported, so please do...
View ArticleWelcome to the Dev Story/*HACK THE CODE*/ Sticky Thread
Working on modifications, mini-challenges or new levels?Got a question or comment about the app?You’re in the right place.Post your questions (and answers) right here and we’ll help you as best we...
View ArticleInternal Intel users of INDE: Read Me!
Hello,If you are an internal Intel employee trying to use INDE, your username is "MAD\<my-idsid>", and your password is your normal corporate login password. This will be required both when you...
View Article10分钟搭建 NDK 的 Android 开发环境
1. 安装JDK. 1.1 去官网http://www.oracle.com/technetwork/java/javase/downloads/index.html下载JDK7软件包,我下载的是jdk-7u51-windows-i586.exe。 1.2 双击安装jdk-7u51-windows-i586.exe,安装过程中JDK和JRE的安装目录选择默认即可。 1.3...
View Article英特尔® 硬件加速执行管理器
英特尔® 硬件加速执行管理器是一个硬件辅助的虚拟化引擎(hypervisor,虚拟机监视器),它使用英特尔® 虚拟化技术加速安卓* 应用在主机上的模拟。 英特尔® 硬件加速执行管理器与英特尔提供的安卓 x86 模拟器映像及官方安卓 SDK Manager(安卓软件开发套件管理器)相结合,可在启用英特尔虚拟机的系统上更快地模拟安卓系统。英特尔硬件加速执行管理器支持以下平台:Microsoft...
View ArticleAndroid SDK4.0.3 及以上版本支持 Intel x86 模拟器
现在 Android SDK 终于有了 Intel x86 上的模拟器了, 现在在 sdk manager 上可以下载相应的模拟器映像:下载安装完之后就可以在虚拟机选项中选择cpu为intel x86: 实际运行比arm模拟器快太多了,毕竟是原生支持,现在在没有手机的情况下终于可以直接用模拟器来调试程序了:Curated HomeIcon Image:...
View ArticleAndroid 开发之多线程处理、Handler 详解
Android开发过程中为什么要多线程我们创建的Service、Activity以及Broadcast均是一个主线程处理,这里我们可以理解为UI线程。但是在操作一些耗时操作时,比如I/O读写的大文件读写,数据库操作以及网络下载需要很长时间,为了不阻塞用户界面,出现ANR的响应提示窗口,这个时候我们可以考虑使用Thread线程来解决。...
View ArticleУстановка образа Android 4.4.1 (Jelly Bean) для эмулятора
В конце августа компания Intel выпустила образ для эмулятора Android 4.1.1 (Jelly Bean). Используя данный образ разработчики могут начать разработывать и тестировать в эмуляторе приложения для Jelly...
View Article