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