Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Write once deploy on Windows Mobile 6, Windows Phone 7, Android and iPhone? [closed]

Was just wondering if there were any cross platform development platforms which would run great for corporate type apps on various mobile devices.

Would be ideal if the language was C# but feel free to suggest others.

like image 787
meds Avatar asked Mar 04 '11 04:03

meds


People also ask

What was the Windows phone called?

Windows Phone (WP) is a discontinued family of mobile operating systems developed by Microsoft for smartphones as the replacement successor to Windows Mobile and Zune. Windows Phone featured a new user interface derived from the Metro design language.

What is Window mobile answer?

Windows Mobile was a Micrososft operating system that targeted smartphones and Pocket PCs. It was first released in the Pocket PC 2000 operating system and was based on the Windows CE kernel.


2 Answers

If you're happy to re-use business logic and write device specific user interfaces (more work, but better user experience on each device) you could consider the various Mono frameworks.

Writing the core business logic as a class library, then writing specific user interfaces using MonoTouch, MonoDroid and Windows using .NET Framework you'll have a cross platform application (albeit with individual UIs) in C#.

like image 155
Michael Shimmins Avatar answered Oct 11 '22 13:10

Michael Shimmins


have you checked out Titanium at http://www.appcelerator.com

And then there is the PhoneGap at http://www.phonegap.com/

like image 41
Abhi Avatar answered Oct 11 '22 13:10

Abhi