Displaying Data on Tasklets

To display data on tasklets in a mobile application, data must be transferred between tasklets when the user navigates through the application.

Data transfer using Mobile Device SDK is accomplished by using a combination of tasklet coding and the UserRole.xml file. A tasklet obtains data from a database or from user input. You define output parameters on a tasklet to publish the data that other tasklets in the application consume, and you define input parameters that consume the output data published by tasklets. The UserRole.xml file specifies the mappings between the output and input parameters of tasklets. For more information, see Transferring Data Between Tasklets.

See Also

Community Additions

ADD
Show: