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
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:
- What is the best way to learn how to build websites and web applications with Python?Best solution by Quora
- What is the best studying method?Best solution by Yahoo! Answers
- What is the best iPod touch app for under $5?Best solution by answers.yahoo.com
- What is the best "emoji" app for the iPhone?Best solution by Yahoo! Answers
- What is the best app for the iPod touch?Best solution by pcmag.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.