iphone app on windows or android mobile
Can ip开发者_开发技巧hone apps run on windows or android phones?
Is there any tool or framework available?
PhoneGap is also multiplatform.
Supports iPhone, Android, Windows Mobile, Blackberry, and more.
http://www.phonegap.com/
From their website:
PhoneGap is an open source development framework for building cross-platform mobile apps. Build apps in HTML and JavaScript and still take advantage of core features in iPhone/iPod touch, iPad, Google Android, Palm, Symbian and Blackberry SDKs.
Native iPhone apps wont run on other devices. However, if you were to create an application using a framwork such as JQueryMobile which is a library which formats web applications to look similar to an application for the device.
Jquery mobile is written to support many mobile devices so depending on your requirements and whether you need access to the phone hardware (eg camera etc) then jqmobile might be for you.
精彩评论