blackberry

want to shecdule a sms at particuler date and time.

hi, i knew how to send sms ,and i have retrieve the contact list, i just want to shedule sms at userdefine time and date. plz send me code.. thanking you.. ...

how to use two ui application in one project

helloz. i have make one class that is extending ui apllication,for getting user input another class is extending application for background process to check some condition. how we can use it. plz help me.. if it possible... ...

Designing slide show like application

i am new to black berry,i want an application like slideshow,how can i display different images in single fieldmanager one by one as bitmap field ...

Displaying Timer for blackberry app

i want to diaplay a timer in my application for blackberry.When the application starts at the top the timer will b displayed in the form of 00:00,& it will keep on increasing as long as the apllication is on.So i hav written code for that thng,bt i am getting null pointer exception,can anyone help me plz. ...

Is there a way to force an email received by a blackberry to open directly in a certain URL?

Let me explain: There are some apps (like the Facebook app) that send emails to the BB device, but when I open the said email, it opens directly in my facebook app. How is that possible? Is there an API or something I need to know about to be able to program that on my own app? On another topic, could I do the same thing, but simply fo...

how to synchronize base class

i have extend a uiapplication for user interface,in which i will take a date on which i schedule a task. and i extend another base class application for running background process which will check the date and execute desired operation. but these both are base class so i want to synchronize them.. and don't know how to synchronize base c...

How to display custom icon/menu on incoming call screen

Hello Everyone, i have to display my custom icon/menu on incoming call screen (in jde 5.0). if anybody knew ,pls send me code.. ...

make application alive even after battery is pulled out and then insert and switch on handheld device

hello. i want to make application is always run in background even when we pulled out the battry, i have make the application which goes to background,even after getting shut down the device and then restart the device,my application is running in background. but after removing the battry and then insert the battry and restart the devic...

Exporting a Blackberry project from Eclipse and Source control.

Hi, I was was a single developer working on a Blackberry project till now, and we had a fairly stable feature set to develop, so I wasn't using source control at all, apart from for backing up. Now, though, a few developers were added to the team. My first question is - How do I export a whole eclipse-BB project along with the refere...

Updating KML file

Hello Every one i want to display multipoint in google map for that we have to use KMl file. The problem here is KML document has to be published to a web site . In my application the location value are coming from a web service and its dynamic (the location value can change), then in this case i need to update the value of the kml f...

Validation for Percentage Editfield in blackberry

Hi friends, Please send me sample code for Validation for Percentage Edit field in blackberry. Like it will accept 1 to 100 and also 00.00 format thanq ...

Change the screen when click on the button

Hi I am new to Blackberry..I am developing an application which contain the home screen having a button on it. When clicked on it, it is changing to new screen for that I used UiApplication.getUiApplication().pushScreen(new NewScreen()); in the fieldchangedListener method. In the newscreen I added a verticalFieldManager and add some i...

how to change a date in millisecond?

hello guyz , i knew in blackberry devlopment,i have make a date field using constructor. public DateField(String label, long date,long style) and then using getdate( ) method for getting that time in millisecond if user set a date which is greater than long date which we define in constructor then it will return long date...

blackberry timer app

HI , i have made simple application in blackberry with 3 view controllers with some functionality .. what i want to do now is add a time at the top of the main screen . and it should b running till i quit from application .. i will move to other view controllers also but that timer would b running & keep displaying the time,i hav impleme...

Blackberry: Read a text file packaged in the project (faster)

I've tried this approach: http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800620/How_To_-_Add_plain_text_or_binary_files_to_an_application.html?nodeid=800687&vernum=0 But it's REALLY slow for slightly large text files. Does anyone know of a better way of reading a plain text file that is inclu...

How to customize listfield items?

Hi I am new to Blackberry development.My application contain five list items having strings each item.My requirement is when one cell is selected it should enlarge and other items adjust space automatically among them. I took two types of images for list items one for general view and one for displaying the selected item when user click...

Is there any documentation for the PAP protocol used by the Blackberry Push Service?

I'd like to connect to the Blackberry Push Service using .NET, but the available SDK is in Java and does not include source code for the server components. I could not find a clear document anywhere describing the communications protocol used by the push service. Any help is appreciated. I did see this post, which provides a few clues...

error while fetching the listener data from the database in blackberry

hi; I have been trying from last three days and i was not able to solve this problem;ed the tables and qurie I have been using perstlite for storing the data; i have created tables and Queries for the requried class; Now i have been listening to contacts in the mobile and i am able to get the data in that class only but i am not able ...

closing timer in blackberry

I am developing an application for blackberry.I have a timer,when i declare it as static,& clsoe the timer after certain interval,it works,bt if i dnt declare the timer as static,then if the call timer.cancel(),the timer is not closed.Why this is happening. ...

How to make the part of the string BrowserRender Service?

Hi I am new to Blackberry.I am developing an application in Storm version and my requirement is draw multiplelines on the screen having some urls, when click on the url it should take to the corresponding webpage.What I have to do to get it. Actually what I want is -Some Text Text Text -url link-Text. Please tell me any solution w...