Christian Eric Paran
Christian Eric Paran

Reputation: 1010

Creating an Application for different platforms/device

I'm currently working on a application that would run on any device like: Windows Phone, Android Device, iPhone, and Blackberry without coding for every each of the platforms so it would not eat too much time in just coding.

What Application, Language, or Idea that would let me create an application for different platforms?

Thanks.

Upvotes: 2

Views: 131

Answers (1)

davids
davids

Reputation: 6371

Take a look at PhoneGap. It will allow you make mobile apps that will run in almost every mobile OS, building the layout in HTML+CSS and coding the logic in JavaScript. In case you have knowledge of these technologies, this one is a pretty good option, as with its API you can access most of the device features through JavaScript

Upvotes: 3

Related Questions