Note that there are some explanatory texts on larger screens.

plurals
  1. PODeveloping cross platform mobile application
    primarykey
    data
    text
    <p>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.</p> <p>And making of cross platform application is headache for developers. I am searching for common things across the platforms which will help to developers who want to port application to all platforms. Like what are the diff screen resolutions, input methods, open gl support etc. please share details that you know for the any of platform.</p> <p>Or are there possibilities, by writing code in html (widget type of thing) and loading it into native application. I know about the android, in which we can add the web view into application by calling <code>setContentView(view)</code></p> <p>Please share the class details where we can add the html view into native application of different type of platforms that you know.</p> <p>Purpose of this thread is share common details across developers. marking as community wiki.</p> <p><strong>Cross platform tools &amp; library</strong></p> <ul> <li><p>XMLVM, <a href="http://www.codenameone.com/" rel="noreferrer">Codename One</a> and iSpectrum (cross compile Java code from an Android app or creating one from scratch</p></li> <li><p><a href="http://phonegap.com/" rel="noreferrer">Phone Gap</a> (cross platform mobile apps)</p></li> <li><p>Titanium (to build native mobile and desktop apps with web technologies)</p></li> <li><p>Mono Touch ( C# for iphone )</p></li> <li><p>rhomobile - <a href="http://rhomobile.com/" rel="noreferrer">http://rhomobile.com/</a> samples are here: <a href="http://github.com/rhomobile/rhodes-system-api-samples" rel="noreferrer">http://github.com/rhomobile/rhodes-system-api-samples</a></p></li> <li><p>Sencha Touch - Sencha Touch is a HTML5 mobile app framework that allows you to develop web apps that look and feel native on Apple iOS and Google Android touchscreen devices. <a href="http://www.sencha.com/products/touch/" rel="noreferrer">http://www.sencha.com/products/touch/</a></p></li> <li><p>Corona - Iphone/Ipad / Android application cross platform library . Too awesome. <a href="http://anscamobile.com/corona/" rel="noreferrer">http://anscamobile.com/corona/</a></p></li> <li><p>A guide to port existing Android app to Windows Phone 7 <a href="http://windowsphone.interoperabilitybridges.com/articles/windows-phone-7-guide-for-iphone-application-developers" rel="noreferrer">http://windowsphone.interoperabilitybridges.com/articles/windows-phone-7-guide-for-iphone-application-developers</a></p></li> <li><a href="http://jquerymobile.com/" rel="noreferrer">Jquery Mobile</a>Touch-Optimized Web Framework for Smartphones &amp; Tablets</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload