Sunday, January 04, 2009

手机软件开发平台介绍

一直对手机开发流程有兴趣, 上网找到点东西.  贴出来用于备忘.
Android是java开发平台.  Windows mobile  是.net 开发平台, 也支持直接交叉编译,所以其所带的模拟器可以实现指令级模拟.

What is Android?

Android is a software stack for mobile devices that includes an operating system, middleware and key applications. This beta version of the Android SDK provides the tools and APIs necessary to begin developing applications on the Android platform using the Java programming language.

Windows Mobile is a platform for mobile devices based on Windows Embedded CE, and used in a wide variety of third-party hardware such as personal digital assistants (PDAs) and smartphones. Visual Studio and the Windows Mobile SDK make it possible to create software for the Windows Mobile platform in both native code (Visual C++) and managed code (Visual C#, Visual Basic .NET).