midp
How to set permissions of my j2me app to "Always allowed" on S40 devices?
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[详细]
2023-04-12 11:29 分类:问答J2ME Insert a list element into a new form TextField
I want to insert an element of a list into one new form\'s Textfield and change its value. Is it possibe?[详细]
2023-04-11 20:37 分类:问答How to set record id by myself in J2ME
I use RecordStore to store my data. I know when we store data in RecordStore, it automatically generates a record id for each record.[详细]
2023-04-11 04:01 分类:问答Display alert and then jump to another form in j2me
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中文版.[详细]
2023-04-10 16:19 分类:问答How to create same Command in Java ME
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[详细]
2023-04-10 14:39 分类:问答JBlend with LWUIT
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.[详细]
2023-04-09 22:01 分类:问答using push registry Alarm in j2me applicaiton
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[详细]
2023-04-09 19:28 分类:问答Canvas Repaint After Downloading the Image
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[详细]
2023-04-09 19:15 分类:问答How to write a search method include "Like" such as SQL in J2ME
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[详细]
2023-04-09 09:55 分类:问答how to add record to into array
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[详细]
2023-04-08 19:07 分类:问答