Using the Default Resource Handler
Mobile Development provides a default resource handler named package_name.UniversalResHandler.java, which is in the project’s reshandler folder.
If you want to use the resource handler, you do not need to add any code to UniversalResHandler.
To use the default resource handler
1. Ensure the settings for your mobile project are set to use the default resource handler.
b. Select the top-level child node of the project, which is the root application node.
c. Ensure the Res Handler property is set to UniversalResHandler.
Related Topics