I am trying to program a very simple Mobile Application (J2ME) in java. The idea is to access a website via URL input and read the contents of the website into a buffer.
I\'m trying to make a program that uses midlet for the menu. When certain command accessed from the menu,it will access the canvas (like in a popup button a selection of fillrectangle and fillarc). If
I want to add malayalam font in my programming codes. 开发者_JS百科But I am not able to find it in midlet programming. Please help me to solve this issue.MIDP defines nothing about fonts. This would
I want to send stored RMS data using an HTTP connection when the application is in idle mode. So if the user is not doing anything with the application at that time, my thread will invoke and send RM
How can add a lis开发者_JAVA技巧tener to a javax.microedition.lcdui.CustomItem so that when it is selected an event is fired ?
I use DES algorithm to encrypt/decrypt my text. And it works perfect with latin texts. But when I start encrypt/decrypt cyrillic text, decrypted one is shown as ????? ???????? in my TextField form an
I can debug my application as \"Emulated Java Me Midlet\" or as \"Emulated Java Me Jad\". What is the difference between those types? Right now my app is only working in debug as emulated java me jad.
Could anyone explain to me how this MIDP Java function works? I\'m particularly curious about the operators being used.
Im trying to slowly paint a rectangle using two calls of .fillrect method with Thread.sleep call between each method. What is happening is that the sleep method is getting called before the rectangle
I an working on one application in j2me which I want to run it as background, such that no 开发者_高级运维user can know that their mobile phone is having that application which is executing in backgro