\"I\'m working with J2ME in eclipse, and need to use the method aco开发者_Go百科s() belongs to the Math package, the question is that the package available for J2ME Math is not that function (limitati
Why do some people prefer to use .setCommandListener(this) over .setCommandListener(new CommandListener(){})
I am trying to create an application that is able to write text into text file in Blackberry. I am able to write text inside the text file, but when I try to write a new line of text, it just overwrit
I am making a browser in my application where I want to get all the folders and subfolders even if they are hidden. The code which I used is the following:
I\'m going to develop app that will need to detect the caller number and be able to drop the call. I\'ve got several various j2ee midp2 enabled phones I want to use for this, but I can\'t find j2me AP
I am new in j2me developing world. I just want to know that how to get audio frequency from the audio recording application which stores data in .amr file.
I´m trying to open a tcp socket from a j2me midlet on a symbian device to a windows (C#) socket server. The server is working and was tested for months.
I\'m developing a small j2me game and i want to create a menu for this application. I imagine the menu as a vertical list of items with a cursor on the left or right side that i canmove from item to i
I use that code Font bmpfont=Font.createBitmapFont(icon, new int[0], new int[12], \"S\"); First param is image, second is offset, third is length and fourth is charset. And I get Font object fr开发
Im having difficulties with the HttpConnection posting data to my server. The first time everything goes well. The second time it says; \'Stream already open\', but i close everything after the respon