I am new in j2me. I had installed NetBeans 7.0.1 for J2EE and J2SE. Is there any IDE of NetB开发者_如何学Pythoneans that contains a complete package of J2ME(including both CLDC & CDC).I have alre
I have created an app in j2me, which runs fine with Nokia N8, C7 and other high-end devices. Now i am trying to port the same app to low-end devices S40 devices such as nokia 5130 express music. Every
I was looking for the differences between Java platforms and i noticed that J2ME does not have exception handlers.
I developed a Blackberry app and want to install it twice, as two separate apps, on the same device. I want the exact same app installed again, but the second installation should not overwrite the fir
As I am new to j2me,I am trying to upload image from mobile in j2me.It is showing exception in server side.
My requirement is to create a customlistfieldmanager by extending verticalfeildmanager, I am not able to figureout how to do this?
How can I edit the style of the lists´ scrollbar? I want to modify its wid开发者_C百科th, mainly.
I have fetched contact list successfully. But I am not able to add check boxes with that list. I have made separate program from checkbox and its working. but not with the contact list. Can anybody te
I want to kill an running application in开发者_开发知识库 blackberry, just like as task manager. Is there is any way to do that or any API available?
I\'m trying to create an autocomplete field in a blackberry app that uses both the first name and the last name of a record to check for prefix matches. My BasicFilteredList is an array of record obje