Viewing and Editing Project Properties
Running Projects in the Emulator
Searching the WURFL Device Database
Finding Files in the Multiple User Environment
Saving Customized Snapshots and Images
JSR 82: Bluetooth and OBEX Support
JSR 135: Mobile Media API Support
JSR 177: Smart Card Security (SATSA)
JSR 205: Wireless Messaging API (WMA) Support
JSR 211: Content Handler API (CHAPI)
JSR 226: Scalable 2D Vector Graphics
JSR 238: Mobile Internationalization API (MIA)
JSR 256: Mobile Sensor API Support
The profiler keeps track of every method in your application. For a particular emulation session, it figures out how much time was spent in each method and how many times each method was called.
The SDK supports offline profiling. Data is collected during the emulation session. After you close the emulator a profiler data snapshot is written to a .prof file you can load and view in the SDK. As you view the snapshot you can investigate particular methods or classes and save a customized snapshot (a .nps file).
Note - This feature might slow the execution of your application.
Continue to: