Developing cross platform mobile application

Posted by sohilv on Stack Overflow See other posts from Stack Overflow or by sohilv
Published on 2010-07-30T07:23:14Z Indexed on 2012/04/05 17:30 UTC
Read the original article Hit count: 305

More and more mobile platforms are being launched and sdk's are available to developers. There are various mobile platform are available, Android,iOS,Moblin,Windows mobile 7,RIM,symbian,bada,maemo etc.

And making of corss platform application is headache for developers. I am searching common thing across the platforms which will help to developers who want to port application to all platforms.Like what is the diff screen resolution, input methods, open gl support etc. please share details that you know for the any of platform .

or is there possibilities , by writing code in html (widget type of thing) and load it into native application. I know about the android , in which we can add the web view into application. by calling setContentView(view)

Please share the class details where we can add the html view into native application of different type of platforms that you know.

Purpose of this thread is share common details across developers. marking as community wiki.

Cross platform tools & library

© Stack Overflow or respective owner

Related posts about android

Related posts about windows-phone-7