Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a difference between intel xdk, appmobi, and crosswalk?

As far as I know they are all from intel, do the same thing, and yet do not mention each other at all.

So can someone clear some confusion, what and how they are different.

I understand they are for making mobile apps, I checked out appmobi it wasn't much better for any interactive app than phonegap. Other than that I don't know what crosswalk is (maybe it's like cooconjs but with browser in it and asmjs support?).

what is intel xdk..this is the most mysterious..is it same as crosswalk?

Or are they all variations of cordova

After some more research I have found that xdk/appmobi are built on top of phonegap which is basically cordova. So only thing uniqe here is crosswalk of which I have never heard before. So please if you can tell me what is it and how is it build etc. Is it also a variation of cordova framework?

like image 412
Muhammad Umer Avatar asked Mar 13 '14 04:03

Muhammad Umer


1 Answers

Appmobi used to make HTML5 cross-platform tools that was acquired by Intel about a year ago and it became the Intel XDK tool.

Intel XDK is a complete HTML5 cross platform development environment, it includes an editor, simulator, device testing solution and cross-platform app build service. Intel XDK supports building apps that uses Cordova APIs and it also supports other unique device APIs (intel.xdk JS bridge APIs)

Crosswalk is a portable runtime for HTML5, Javascript and CSS. Its an open source project from Intel. It is supported in Intel XDK to build Android app using Crosswalk runtime. This runtime has better HTML5 support than the runtime available by default with Android like WebGL and WebRTC... more information here.

like image 105
krisrak Avatar answered Nov 19 '22 02:11

krisrak