Talk:Java ME FAQ
This article covers most frequently occured queries during developing a JAVA ME application with their solution. The article is organized, well-written, lucid and fully in FAQ manner. It covers the frequent problems occuring during initial stages of development to the last stage i.e. from installation of SDKs to installing the brand new application to the mobile device.
The solutions provided by the article are really good and helpful. This article can specially benefit beginners and intermediate developers.
Platforms
The platform approach does define a set of APIs, as well as some indications about the screen size, heap size and jar size, but every device (and every firmware) has specific bugs, therefore depending on the complexity of the application, a lot of different versions may be needed, including across the same platform.
Source code differences
As well as antenna and NetBeans mobility pack, EclipseME also provides preprocessing directives.
Audio
Am not able to run audio file on nokia 6131 emulator, I have saved audio.aac in res folder of my project, while executing it displays an information saying: This application does not use screen it runs on background, and audio file size is 231KB, please kindly do the needful. Am trying with different samples past 15 days.

