What is your favorite blackberry app?

What is the best method to build an app for Blackberry and Symbian simultaneously?

  • We want to build a Flickr-like app for both platforms but find it hard to justify investing in them individually. What would be the best way to build an app using one codebase. Is PhoneGap the most sensible one? or is there something else out there?

  • Answer:

    How much non-shared code can you accept? PhoneGap acts as an adapter between the native environment and a cross-platform  JavaScript device API. In theory, you'll use the same code for both. But, Nokia's WebKit isn't up to the level of that of Android or iOS. BlackBerry has a great WebKit, but only in OS 6. So you migjt end up with two versions of the web code. In the case of Symbian, Nokia already has a Web Runtime with its own set of Device APIs. Here, PhoneGap is implemented in pure JavaScript as an adapter from PhoneGap APIs to Nokia's APIs. The API to native conversion is done inside the WRT code. In the case of BlackBerry, PhoneGap is implemented as Java code (the BB's "native" environment), to take the JavaScript calls and convert them into native functions.

Miguel Paraz at Quora Visit the source

Was this solution helpful to you?

Other answers

The very best way to do this (honestly) is to hire a professional software developer.  Unless you have the time to research and weigh different tools to do this. I actually know many talented (and affordable) mobile developers (freelancers and agencies). I'd be happy to provide an introduction if you need one. Brett http://www.customsoftwarebypreston.com/android-iphone-ipad

Brett Miller

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.