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:

Editing generated source to provide application logic

So far, we've introduced:

The diagram below shows, in simplified form, the activity involved in performing an image search.

Figure 1 - Activities performe during an image search

Next we'll look at how this behavior is accomplished in Carbide.c++.

On the next page we will show how the image is downloaded and displayed.