How can I add a single开发者_运维知识库 unit of time to timestamp, just like \"add method\" of Java \"Calendar\" class but by using Blackberry API set
How can I get the the superclass of a Class instance in Java ME. That is, fake the Class.getSuperclass() functionality with the limited functionality available in CLDC 1.1?
Is there any Java ME compatibility layer for Android, which makes porting Java ME (aka. J2ME) applications easier?
I am making an HTTP request from a j2me application for CDC. The GET request method woks just fine but when I am using the post method I get the message:
I want to implement math function power to double, can you advice algorithm for this? I\'ve reviewed so开发者_如何学JAVAurces of Java ME Open Source Software - Math but I want to implement it from th
I have to invoke already built web services from my code and get the response in return. How can I do it?
I want to call a number in below format using platformRequest: platformRequest(\"tel:*123*33584744#\");
I\'m开发者_Go百科 trying to write a simple media playback application in J2ME. Currently I\'m starting with the most simple thing, I just want to play a wav file from resources included in the jar fil
how do I connec开发者_Python百科t the midlets to work with 1 single master midlet? if possible, there should only be 1 jar for the downloading into the mobile. The users should be able to select the n
When i run my midlet with Java Wireless toolkit, midlet runs correctly, but when it try to parse a textfield, following error occurs;