Is it possible to seriali开发者_开发问答ze an object into a string or a byte array using either the J2ME or BlackBerry APIs?
How do encrypt/decrypt a long or int using the Bouncy Castle crypto routines for BlackBerry?I know how to encrypt/decrypt a String.I can encrypt a long but can\'t get a long to decrypt properly.
I am using Alert.startAudio to play an array of short values, I want the same short[] to be pla开发者_JAVA技巧yed using the phone speaker, how could I do this ?I believe it is played with speaker by
I\'m currently involved in a research project that requires me to access a Windows Mobile Camera and sound recorder with J2ME to, well take pictures and record sound... the ph开发者_如何学运维one has
I have a problem with using the SAX parser to parse a XML file. It is a complex XML file, it is like the following.
I\'m developing a J2ME program with eclipse / WTK 2.5.2 and having problem with connecting two emulators using bluetooth. There is one server and one .client running on two different emulators.
I\'m finding a way to write a mobile 开发者_高级运维application that could stimulate clicking some buttons on the phone. Based on my check, it\'s not possible to do with J2ME. How about Symbian? Is it
I am working on an application that requires text larger than the viewable screen size in both a TreeField and a ListField. As you know, the TreeField and ListField callbacks support only
I want to write a program in J2ME to turn the Bluetooth 开发者_如何转开发on/off automaticly in a certain time without the user permission.
Given that Java ME allows for no reflection and is quite stripped down, what would a good approach to storing data in a RecordStore be? I thought of devising a JSON-like syntax adapter class which wou