is there any common platform for all mobile applications?
i want to know if there is any tool or a platform for developing applications that could be run on all sort of mobiles.
that is, i want to develop an application on a platfrom which enables me to use it in Windows Mobile, Iphone, Android, Symbian OS phones .....etc
(mostly for iphone an开发者_运维百科d android other are optional)
please let me know..
Yes there are a couple of tools for to do that. Try to "google" u will get all the info u need.
try searching for Appcelarotor.
There are frameworks like Phonegap.
For native development,there is a framework base on c++: https://github.com/9miao/CrossApp
or you would like some web-like/based framework: https://github.com/mcasimir/mobile-angular-ui
further,you could google "react.js mobile"
Try Codename One. It's quite new but has a lot of slick features and it allows you to use one codebase for IOS, Android, Blackberry, Windows, Web and even Javascript.
精彩评论