The tasks you must perform to create PODS with M-Business client extension API (PODS) are summarized below. Each of these tasks is detailed in the sections that follow.
Before you start writing code to implement your POD, familiarize yourself with the programming considerations that will be involved. See Understanding the programming considerations.
Determine what components your POD will provide to extend M-Business Client. See Determining what PODS components your PODS will need.
Implement a PODSPodNew()
function that will initialize your POD, allocating memory and performing any other initialization functions you need, and
registering any object source documents or other objects that the POD supplies. See Implementing the PODSPodNew( ) function.
Write the code for your POD's main functionality. In general, this involves writing code that implements a feature and then registering that code with the appropriate PODS manager. See Writing the code for your PODS' main application functionality.
As necessary, handle the platform-specific issues. See Handling platform-specific issues.
Install your POD on mobile devices. Installing PODS on users' devices.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |