I have written a JavaME program that accesses a web service to retrieve values, the web service is running on a tomcat server.
Hello i want to create stubs using a WADL web service. i know how to create stubs from wsdl file using stub generator, wscompile
I want to store each character that is input from user. When user presses key, that key should store in any开发者_如何学C variable. When user presses other key, it must replace the value of variable w
Is it possible to share a Java library (in the form of a jar file) between Android and MIDP projects? If that is the case, which Java version should I c开发者_StackOverflow社区ompile with? The library
I am using canvas for drawing Strings in mobile screen based on开发者_C百科 the user input using key pressed event. Here my user wants to enter alphanumeric character like abc. For example user try to
Is it possible to start a midlet automatically str开发者_JAVA百科aight away after the user has installed it ?
I need to u开发者_运维问答pdate an application JAR file by sending a minimal incremental update of my J2ME code and res/ folder. What is the best way of doing this. This JAR gets installed on a phone.
I am working on a j2me platform. I put the Serve开发者_运维技巧r machine IP Address in j2me coding Statically. It\'s working fine but in case, the Server IP Address is changed, then I want to change m
How to handle traversing in CustomItem of J2ME in a mobile phone which does not support traversing? I am doing a mobile application using J2ME - MIDP 2.0. In my application I draw the table using jav
Is there an online database where I can check the amount of available heap memory on a particular mobile phone ?开发者_JAVA技巧