Tutorial: Yahoo! Image Search

This example shows how to use the Carbide.c++ UI Designer for S60 to define the UI of an application and to implement the "real work" in the generated code.

The application consists of two screens. The main screen prompts the user to to initiate a search and displays the list of search results. The second screen displays the Yahoo! provided thumbnail image of the selected result.

Choose a link to read the following topics:

Getting the Yahoo! Image Search project

  1. Run the New Symbian OS C++ Project wizard by choosing the File > New > Symbian OS C++ Project menu item.
  2. Click Tutorials > S60 3rd-Future Ed. Yahoo! Image Search Tutorial with UI Designer project type, then click Next.
  3. On the New Symbian OS C++ Project page, enter a project name, such as "YahooImageSearch".
  4. On the Symbian OS SDKs selection page choose at least one S60 3.0 SDK configuration.
  5. Either click Finish, or proceed through the rest of the wizard.
  6. The project is created and added to the Project Explorer view.