Here is a typical sequence of events that occur : Host device opens a service ( Host device accepts and opens all incoming connections)
How can I replace \"a b\" by \"a b\" in Java ME? Th开发者_Python百科e replace() method doesn\'t accept Strings, but only characters. And since a double space contains two characters, I th
How would I开发者_如何学编程 deep copy a vector in J2ME / BlackBerry?Unfortunately, there is no reliable way to do a deep copy on a Vector of objects.
I have netbeans 6.8 with java ME platform setup on my ubuntu 9.10. My code requires the package org.netbeans.microedition.lcdui which is either not installed or not in the path.
Is there any way to write a MIDlet, but still use BlackBerry API classes and functions (including the APIs that require code signing)?
I know that BlackBerry and Nokia provide their own API\'s that go above and beyond what is specified in MIDP, CLDC, or any of the JSRs for Java ME.
I\'m developing a blackberry application that plays video from the server. I\'ve used Player.start() and Player.stop() for playing and pausing a video. But I also need rewind, forward and seek bar con
How to display images in the form of pages where only one pageis displayed at a time on blackberry screen. On scrolling down sub开发者_运维知识库sequent images will load at run time. So that loading o
I\'m starting to develop a eBook reader for mobile using Java开发者_运维百科 ME, but for the control were the book will be shown I need a personalized control. For this I need to first know how to do
I\'m writing a MIDlet using the Kuix UI toolkit, and I want to make changes to the toolkit depending on whether the current device is a touch screen device. (These changes include making buttons bigge