This tutorial shows you how to create a simple file browser using the FC API. The example application used in this tutorial is a simple Image Viewer. The purpose of the example is to demonstrate how to access files and navigate the file system. The MIDlet has a file browser to move around the file system and images can be selected and displayed on the screen. The file browser includes some basic file management operations. Note that this example will not be signed, and consequently user prompts will often be displayed. For more information on signing, see the Signed MIDlets.
With the help of this tutorial, you can build the example from scratch and familiarize yourself with some common features related to the FC API. Alternatively, you can download the example files and run them immediately with your S60 MIDP SDK (3rd Edition or later). For more information on importing, building, and running Java projects, see Getting Started With Mobile Java section.
Note: All files in this example application contain the Nokia copyright statement.
Note: The example is also provided on Forum Nokia. Instead of creating the example from scratch as shown in this document, you can download the example files and run them immediately with your SDK.