• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Mobiles supported by Java ME

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have recently started to explore Mobile Application development. However, I am not sure on the correct choice of platform for application development.

Like - Java ME, Google Android, HTML5, iPhone

Could you tell me which is the most generic platform which will support maximum number of mobile phones for application development ?

Thanks

Tejas
 
Saloon Keeper
Posts: 28664
211
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The "correct" platform is/are the ones that you can make money from.

You said "number of phones" in a way that indicates you're thinking of how many different brands/models of phones, but that's not the same as the number of phones of one brand. There's an awful lot of iPhones, for example, but there are a lot of different phones that run Android. Symbian currently has a big base, although my own opinion is that Symbian's day has passed.

Your best bet is to come up with an application and see what platforms will have the most demand for it. Or, you can research the platforms and see what people are complaining about and attempt to solve their complaints.

There is no commonality between the various phone platforms, not in the OS, not in the GUI, and not even much in the programming languages supported. Even the two "java" platforms of JME and Android have relatively little in common (I have to use quotes thanks to Oracle's lawyers).

Because of that, the one definite thing I can say is that it will pay to keep your business logic and UI logic rigorously separate if you want flexibility.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Holloway wrote:The "correct" platform is/are the ones that you can make money from.



I agree of you! cuz "money" is the most important thing
 
reply
    Bookmark Topic Watch Topic
  • New Topic