Reduce Risk On Mobile AppsReduce Risk On Mobile Apps

If your company is developing mobile apps, it is hard to ignore the hard-charging iPhone and Android platforms. But <a href="http://www.information.com/blog/main/archives/2010/09/mobile_platform.html">who else</a> deserves attention? Certainly BlackBerry is still a player, even if it's shrinking; maybe the <a href="http://www.information.com/blog/main/archives/2010/09/windows_phone_t.html">analysts</a> are right and Microsoft can't be ignored either. But why take a risk betting on the wr

Dave Methvin, Contributor

September 26, 2010

2 Min Read
information logo in a gray background | information

If your company is developing mobile apps, it is hard to ignore the hard-charging iPhone and Android platforms. But who else deserves attention? Certainly BlackBerry is still a player, even if it's shrinking; maybe the analysts are right and Microsoft can't be ignored either. But why take a risk betting on the wrong horse?Native apps on the major mobile platforms have very different development environments, at least if you use the ones provided by the platform maker. Each app requires its own specialized set of development resources and testing expertise. That has significant time and cost implications, so it's natural to think about ways to support fewer platforms. Although limits can certainly save money, a wrong guess about winning platforms might negate those gains. Plus, what about all the mobile devices already deployed? If those devices have to be replaced, there could be significant costs for that as well.

There is another way: Write a platform-independent native app using a framework. There are plenty of frameworks that provide a way to target multiple mobile platforms with a single set of code. They include Blueprint, PhoneGap, Rhodes, and Titanium. I won't try to compare and contrast these frameworks, because I haven't used them to create an app. Like any write-once-run-anywhere solution, there are sure to be some compromises.

Many of these frameworks take advantage of of HTML (in particular, HTML5), CSS, and Javascript for development. That brings up the question, does your company's IT project need a native app at all? Many applications are just accessing corporate data via AJAX or a web service, and don't need to use platform features that are unavailable in the browser. Why not just use the browser provided by the mobile platform along with standard HTML, CSS, and Javascript?

With a pure-browser implementation, there's no need to submit the app for any approval before it's deployed, and no need to update the app software on the device. Just have the user browse to the site. There are several browser-based frameworks for mobile applications, including Sencha Touch and jQTouch. As a member of the jQuery team, I'm partial to the upcoming jQuery Mobile.

Although they can often reduce or eliminate the need to develop per-platform applications, none of these solutions eliminate the need to test on all the platforms your company wants to support. Differences in hardware, browsers, and screen resolutions can cause issues. Even so, they greatly simplify the costs, timelines, and risks of both development and testing. That helps to ensure that regardless of who wins the mobile market-share battle, you win too.

Read more about:

20102010

About the Author

Never Miss a Beat: Get a snapshot of the issues affecting the IT industry straight to your inbox.

You May Also Like


More Insights