I am trying to make an integration between LWUIT and Blackberry JDE. I am importing theLWUIT .jar file into a library project and setting the dependencies of this library with another project. I am th
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
My applications requirement is to contact the webservice, get the xml, parse it and display it using a listfield. I am call开发者_如何学Pythoning all this classes xmlhandler, objectmodel, displaying i
I have worked with javame + lwuit. I encountered an unusual behavior of textarea, when it is inside table cell. Originally textarea ыhifted to right over edge of cell, then I set a fixed size, the p
I have tested many ways to give the numeric and password constraint in the TextField. But its not working, See the below code.
I want to ap开发者_Python百科pend the text to a text file in blackberry ,how can i do itCheckout this code. This basically writes log to a file in SD Card. You can customize the way you want.Enjoy.
How can I stop a thread running after it has been running for 5 seconds ? I am unable to use java 5+ threading features (must work in j2me).
I am working with LWUIT List. Here is how the List is created : db = new ClientDB(); listclient = db.listClient();
I am doing an application where I want to find a specific char in an array of chars. In other words, I have the following char 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