I am doing project in j2me for Nokia s60 devices This project has lo开发者_如何转开发t of PNG images and Sprite images there. All images are unique, so my project jar size is near 10MB. If I compress
I want to insert an element of a list into one new form\'s Textfield and change its value. Is it possibe?
I am parsing xml from remote server using kxml parser. I am using the following code to parse xml public void validateUser(String name, String password, String mobile, String code)
I am working on J2ME application. I want to show alert in Form and display another Form from another class. I have tried the following method to show alert开发者_StackOverflow中文版.
i want to use same command for another form in java me. i only see how to create commands but re use it on another form is not. is it possible or should i just copy paste my code to 开发者_开发百科oth
Creating a J2ME application. PROBLEM:how i repainting the displayed canvas without ant user event. Trying to display canvas page,page contains text and image.first time we display text 开发者_StackOv
This is first time I at a question in here. Im new in J2ME, and now im developing a small application, but i get problem when i wanna show data into table. But in J2me not support table there for tha
Now i try to draw a table by Canvas, but i have a problem, my table doesnt has scrollable. How can i write some code to help my table can scrollable?
I get trouble when I created one form and one midlet and I want thro开发者_JAVA百科ugh an alert for user when user enters detail, but I got trouble it can\'t change screen to show alertnothing can be
Why do some people prefer to use .setCommandListener(this) over .setCommandListener(new CommandListener(){})