The Artima Developer Community
Sponsored Link

Java Buzz Forum
$15000 to Develop iPhone and Andorid Application with Same Code Base

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Fred Grott

Posts: 4361
Nickname: shareme
Registered: Jan, 2003

Fred Grott is Lead Developer-CEO of ShareMe Technologies LLC -The Mobile Future
$15000 to Develop iPhone and Andorid Application with Same Code Base Posted: Nov 28, 2008 12:55 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Fred Grott.
Original Post: $15000 to Develop iPhone and Andorid Application with Same Code Base
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Fred Grott
Latest Posts From ShareMe Technologies LLC-The Mobile Future

Advertisement
It only takes $15000 to develop a mobile application that can be ported from iPhone to Android and back. Both iPhone and Android have webkit implemented with a javascript bridge written in native code, iPhone its Object C and Android its java. Thus, the small portion that we have to port is the event class, eventManger, and etc that makes an event que stack and polling that grabs the OS and user events to make them accessible to the embedded webkit view via javascript.
Both Apple and Google use this javascript bridge and event class techniques to integrate in their own mobile applications. However, Apple and Google have not ported those applications across to each other platforms using this technique of keeping the UI and application logic as ajax/html and only the eventManager and event polling classes as native.

Any mobile platform whereas the browser is allowed to be embedded as native class and has the same javascript bridge technology will also allow us to re-use this technique. This means any mobile application targeting both Android and iPhone can be reduced to $15000 with the proper use of Google an d3rd party clouds to reduce and eliminate the need for heavy server side infrastructures.

Read: $15000 to Develop iPhone and Andorid Application with Same Code Base

Topic: Java Term of the Week: Subclass Previous Topic   Next Topic Topic: A Detailed Discussion on The Top 9 Anti-Spam Plugins of Wordpress

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use