Developing a Windows or Windows Mobile Device Application Using Visual Studio
After you import Unwired WorkSpace projects (mobile application) and associated libraries into the development environment, use the Client Object API and native APIs to create or customize your device applications.
Note: Do not modify generated MBO code directly. Create a layer
on top of the MBOs using patterns native to the mobile operating system development to extend and add functionality.
Windows Mobile Development
Develop a Windows Mobile application by generating the Visual Studio 2008 projects in C#, and running the application in the device or on a simulator to test.
Creating a Mobile Application Project
This describes how to set up a project in Visual Studio. You must add the required libraries as references in the Visual Studio project.
Configuring an Application to Synchronize and Retrieve MBO Data
This example illustrates the basic code requirements for connecting to Unwired Server, updating mobile business object (MBO) data, and synchronizing the device application from a Client Object API based device application.
Localizing a Windows Mobile Application
Localize a Windows Mobile application by generating resource files, adding a resource file template and strings, and localizing the application code.