I got the group names by using ContactList 开发者_运维百科clist=(ContactList)pim.openPIMList(PIM.CONTACT_LIST, PIM.READ_WRITE);
I would like to store a file on SD card, lets say an mp3 file and 开发者_StackOverflowencrypt it. And would like other apps to be able to play them but BB automatically decrypt them?(Does DRMManager
I got the Contact List of symbian but not getting the group. for getting the contactlist i have coded
In Java SE it is possi开发者_Go百科ble set the cause of an exception using initCause to avoid losing information about the error when catching and rethrowing an exception. Is it possible to do the sam
I am developing a Java ME application for CLDC devices. I have a requirement where the questions are generated based on the previous response. I would start with one choicegroup and then based开发者_开
hey i am building anapplication in which user can send an email to a person. The user enters the email id of t开发者_运维问答he person to whom email is to be sent in a Edit field and then presses a se
I am developing an application using J2ME to send the GPS coordinates received to the server and i am new to developing client server application.
I\'m writing an application (J2ME MIDlet) that has a scrollable image (used to display a map). The map background consists of several tiles (premade from a big JPG file), that I draw on a Graphics obj
How can I display scroll like marquee text in Blackberry using J2ME? That moves from left to right or vertically?
I have a record store which holds a list of shopping items i am currently serialising the data like so