Web Sample Applications

The bada platform provides Web sample applications, which are included in the SDK. The sample applications demonstrate the powerful features of bada and speed up the learning curve for a new developer. They can be executed directly in the SDK. The sample applications can be used as a ready library of code for your applications.

The sample applications can be found at: \<BADA_SDK_HOME>\Samples.

You can view the bada sample applications with the IDE. To import a sample application to the IDE, on the bada SDK Samples view, right-click on the sample to be imported and select Copy into my workspace.

To open the bada SDK Samples view, in case you have previously closed it:

  1. In the IDE, select Window > Show view > Other.

  2. In the Show View pop-up window, select bada > bada SDK Samples, and click OK.
    The bada SDK Samples view opens on the work area.

To access general information about the sample functionality and the content of the sample source files, click the sample name in the following table.

Table: Web samples in the SDK
Sample name Description
BasicWebApp Demonstrates how you can construct forms to implement basic UI and application functionalities using:

This sample is also explained in the tutorials: Task: Basic Web App.

UiControlWebApp Demonstrates how you can implement basic UI controls, such as buttons, edit areas, and message boxes, to add interactivity to your application using:

This sample is also explained in the use cases in the UI Tutorial.

Where to Go Next