top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How does AIR fare as a cross-platform development tool for mobile apps?

+3 votes
277 views

Want to know opinion of people about this so asking this question?

posted Mar 22, 2013 by Joel Johnson

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

VisionMobile has done extensive research (97 pages) on this in their Cross-Platform Tools 2012 report. It's available for free after registration. They've found over a 100 different tools and written detailed profiles of the 15 major players. Those are:

Adobe PhoneGap (Apache Cordova) - JS apps with HTML/CSS/JS UI inside a webview
Adobe Air / Flex
Ansca Corona
Appcelerator Titanium - write JS instead of instead of Obj-C or Java, Titanium did the webview thing similar to Phonegap in older versions
Seregon DragonRad
IBM Worklight - basically a commercial enterprise version of Phonegap
Ideaworks 3D Marmalade
MoSync
Rhodes and Motorola Solutions RhoMobile - Ruby with webview
NetBiscuits BiscuitML
RunRev LiveCode
Digia Qt
Sencha Touch - JS/CSS UI framework
Unity - game engine, probably not what you're looking for
Xamarin MonoTouch and Mono for Android - write C# instead of Obj-C or Java

And depending on the used tool, it may or may not have the ability to write platform native code and/or UI if the framework doesn't offer the needed capabilities.

Now coming to your question about how Adobe AIR performs, I would say -
As a user I can say that whenever I see an application is using Adobe Air, I know I'm gonna have problems.

In desktop applications where text-boxes and right-to-left text leaves a huge mess - I usually copy the existing text to Notepad, edit it, and paste it back into the Air-based textbox. The developer's response? "It's the Air platform, there's nothing we can do about it".

In Android I've had even worse problems. One application I've installed recently, a remote file browser, simply replaced all non-Latin characters with spaces.

Some of these are developer bugs, of course, but many are the fault of the platform. Windows has been the first major OS to fully support Unicode and RTL text in a consistent and useful manner. Android has come a long way since 2.1 and its bugs, and new Android versions get it 90% right. But then comes a long an application platform like Air that starts from scratch, reinventing the wheel, and pushes us 5 years back in that respect.

answer Mar 26, 2013 by Salil Agrawal
Similar Questions
+5 votes

As I came to know, In lte technology Zadoff-chu-sequence is being used for PSS (Primary Synchronization Signal).

Can someone please provide the information, why zadoff-chu-sequence is being used for PSS transmission and how it benefits ?
I have also an associated query regarding "constant-amplitude output signal".

+6 votes

As per my knowledge, LTE technology has frequency reuse factor 1, which means same frequency can be used two or more eNodeBs. As per my knowledge, cell interference can be controlled by using different PCI to each of the neighbor nodes.

I want to know, Are there any other things being used to avoid cell interference in lte technology or just PCI i.e physical cell identity is just enough to avoid cell interference.

+2 votes

Similar to HAL for enabling s/w apps development on variety of h/w platforms, can a generic OS abstraction Layer ( OAL) be developed such that the apps written on top be immediately supported on all underlying platform?

IOAL can expore two interfaces. The southbound will expose open APIs towards the underlying OS ( Android/IOS/WIndows/Blackberry) which can then invoke the native APIs on OS. More than APIs the other mechanism of dealing with underlying OS will be embedded in this interface.

The northbound interface will be the standard APIs towards the APPs. This will be uniform across platforms. The OAL will also manage abstracted resources inside as it may be required to manage the underlying OS.

There will be no h/w intelligence/awareness inside this layer. This may puncture the individual power of popular platforms which draw strength from number of apps on it.

+1 vote

Which is the best open source Development Platform / Tool Set(s) for responsive Applications that is Scalable, Productive, Reliable, and with a large supportive community?

+2 votes

I am able to flash my own build on cell phone successfully.
How would I use my own platform code for creating Apps such that App would invoke the respective methods in platform code which i have modified? After 'make' ing the code, does it generate any jar files for do so?

...