2010年9月12日周日_Builing your first mobile application_1.3

/***************************************/

//Building your first mobile application

//2010年9月12日

/*******************************************/

This topic contains three walkthroughs which guide you through the creation of a simple mobile viewing application with basic navigation and identify functionality. It is intended to show you the basic pattern in creating mobile applications on the desktop and smart device's such as pocket pc's and smartphones.

Each of the walkthroughs require access to an ArcGIS Server that has a published mobile map service with a few layers. You will also need Visual Studio 2005 with C# installed. The smart device walkthroughs deploy to the device emulator suppiled with Visual Studio although you can deploy to a physical device if available.

Although the sample code provided in this chapter is written with C#, you'll find that no matter what language you choose to program in, the process of working with the underlying classes is the same.

    这个题目包含三个演练,他们将会指导你如何创建一个简单的移动视图应用程序,这个程序拥有基本的导航、重定义等功能。打算向你展示在桌面或者智能设备比如:便携式电脑、智能手机等上面创建移动应用程序的基本类型。

    每一个演练都要访问一个发布后的ArcGIS Server服务,这种服务具有ArcGIS Mobile 地图的服务的能力,并且含有一些图层。你还需要安装有C#的VS2005开发工具、智能设备向导部署到由VS提供的设备模拟器,当然,你也可以将他们部署到物理设备上。

    尽管这一节中提供的实例代码是用C#写的,你将会发现不管你选择使用什么语言进行编码,使用基本类的工作过程是一样的。

Mobile application walkthroughs(演练)

Mobile SDK walkthrough: PocketPC application

Mobile SDK walkthrough: Smartphone application

Mobile SDK walkthrough: Windows application

 

原文地址:https://www.cnblogs.com/xingchen/p/1824461.html