views:

54

answers:

2

How to select file in java me with file selection dialog?
How to read this file?

+1  A: 

Here's a tutorial on mobile development.

shoover
+1  A: 

The JavaME SDK contains the PDAPDemo example application. This contains the source code for a file browser. It's not very robust code but it shows you how to access the file system using the API in JSR-75.

QuickRecipesOnSymbianOS