I want to use google maps in my application, Blackberry Java plug-in project. Which libraries I can use and 开发者_运维问答is there any source code for this example?
I have this problem with netbeans where I am trying to run an old project that has this emulator. I hit resolve, but it asks me to find the java platform for it.
I\'m trying to create a custom ButtonField, whose focus (the blue highlight color) would disappear after few seconds of inactivity - like in original music player on BB phones with touchscreen.
I have a list field that I am using to display a list of categories, these categories have sub categories. I need to navigate the top level categories using the ListField. So when user selects Categor
I am developing a j2me application that sends emails. This is the code I wrote: public class SendMail extends MIDlet implements CommandListener {
There is a Linux computer which is a web server , and I want to make a HttpConnection to it through the Connector.ope开发者_如何学Cn method. So if the IP address of the web-server is 192.168.1.123 how
I want a BasicEditField with rounded border and white background fill. This is my code public class BasicField extends BasicEditField {
Is there some standard email validator开发者_如何学Go code sample for Java ME or BlackBerry?public static boolean validateEmailID(String email) {
I am adding three bitmap in my screen.The image needs to change with focus and unfocus.Now if i declare the bitmaps inside my customised method,than wheni scroll from one image to another,it gives nul
Refer to my question in Android Bluetooth Piconet Broadcast data I know that android question regarding to piconet is already answered. Now i\'ve done some research regarding to bluetooth broadcastin