How can I use trigonometry in CLDC 1.0 /开发者_如何学Python MIDP 2.0 application? I need \"sin cos tan asin acos atan atan2\" functions from standart Math library.
How to send image from server to client thro开发者_开发百科ugh bluetooth in j2me?If you are in control of both the server and client, then you don\'t need to worry about the complexities of OBEX.You c
Reading some art开发者_运维问答icles, told me that soft keys varies between devices. Some says -6 or -21 for left soft key and -7 or -22 for right soft key.
I am getting parser exception as \"Expecting End of File\" while parsing xml data for Blackberry application?
In J2ME when you sign a JAR with a certificate chain that includes an intermediate certificate (such as one from obtained from Verisign), does the device need to have the intermediate certificate inst
i\'m trying to connect to a php web service using kxml-rpc api and the code is as simple as this: XmlRpcClient xmlrpc = new XmlRpcClient(\"http://***ip here***:88/secure/service\");
These days e开发者_C百科veryone who worked in mobile software talks about Android and iPhone. I just wonder what is missing part from Java ME compared to these mobile software platforms.
ok i made a midlet through which i can connect to server pages and get soem information as response. For example i made a midlet through which i acced url: http://example.com/?u=nepal&t=1
Using Bluetooth I wish to communicate between a Windows PC and a mobile phone. The PC will probably have Bluecove whi开发者_Go百科le the mobile comes with JSR-82.
I\'m building a mobile app with J2ME, and I\'ve found that the data I write into a RecordStore can be accessed while the program is still running but it is lost after quitting and restarting it. No ex