I have created an app in j2me, which runs fine with Nokia N8, C7 and other high-end devices. Now i am trying to port the same app to low-end devices S40 devices such as nokia 5130 express music. Every
I want to insert an element of a list into one new form\'s Textfield and change its value. Is it possibe?
I use RecordStore to store my data. I know when we store data in RecordStore, it automatically generates a record id for each record.
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
I have made some applications o开发者_C百科n J2ME using LWUIT, CLDC 1.1, MIDP 2.0 and they are working great on Nokia handsets.
I want to make the application where i want to set the alarm at particular time in the day.When the alarm rin开发者_如何学JAVAgs the pop up message will came and the one .txt file from the application
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
Now I try to write a small method to search in j2me, i开发者_JAVA百科t works well but I don\'t know how to write a method like SQL use \"Like\" in j2me to search recordstore doesn\'t need match 100% p
I got a problem with RecordStore when I fetch it and put it into array I got multiple results. I mean when I have 3 records and fetch it by enumerateRecords then put it into array[][] and then fetch