I have to develop a Java ME (formerly开发者_高级运维 known as J2ME) application that will take advantage of Bluetooth technology to communicate with other instances of itself on other mobile devices.
I am making a j2me application to send an image (taken from a camera) to a PC 开发者_如何学编程for further processing. Can I send it over bluetooth using ftp to the pc ?If you use JSR-82, you can conn
I have very easy question, but I simply have any idea of the answer. I have developed a small mobile-application using java, for my nokia.
I\'m wondering if there is anyway for drawing somethin over the videoControl. I tried using LWUIT but I can\'t achieve an开发者_StackOverflowy result, have anybody done somethin similar? Any help will
The thing is I writing a J2ME program that fisrt of all show a \"menu\" using graphics interface (GameCanvas) and when the user select one item, I need to 开发者_Go百科setCurrent that item (ex. a List
I know AdMob is not for Java ME. Do you know any other advertising API or services that can be used in Java ME application?
i wrote a sending sms program through wireless messaging in j2me..but whenever i am sending message they are asking permission fo开发者_如何学Cr sending mssg.You need to sign your midlet otherwise you
I must create a custom media player within the application with support for mp3 and wav files. I read in the documentation I can\'t seek or get the media file duration without a custom datasource.
What I\'m trying to do I\'m coding a J2ME midlet, and I want to use JSR-75 to write files. I also want to be able to run my app on device that don\'t have support for JSR-75.
I\'m writing a MIDlet which needs to write file. I\'m using FileConnection from JSR-75 to accomplish this.