I\'m writing a MIDlet which needs to write file. I\'m using FileConnection from JSR-75 to accomplish this.
Is there any way to write a MIDlet, but still use BlackBerry API classes and functions (including the APIs that require code signing)?
I\'m writing a MIDlet using the Kuix UI toolkit, and I want to make changes to the toolkit depending on whether the current device is a touch screen device. (These changes include making buttons bigge
I\'m developing a small J2ME application that displays bus stops timetables - they are stored as records in MIDP RecordStores.
I am currently doing some J2ME development. I am having a pro开发者_运维百科blem in that a user can add and remove elements to the record store, and if a record gets deleted, then that record is left
Is it possible to create a MIDP Application for Windows Mobile? In other words, I want to create a MIDlet and ru开发者_如何学编程n it on a Windows Mobile Simulator(any).
I am getting an exception for the following code. I am not able to understand what is UUID. Can anyone help to resolve this error? I have posted the code as well as error I am getting.
I have the following code: import javax.microedition.midlet.*; import javax.microedition.lcdui.*; import java.io.*;
Could anyone exp开发者_JAVA百科lain what the difference is between CLDC and MIDP?Java Mobile Edition has two different components.
I tried to post this over on the Eclipse Pulsar site, but it doesn\'t seem to want to give me access, so I thought I would try over here.