blackberry-storm

Which collection class used to map string to string?

Is there any collection class that maps string to string in Blackberry 4.7 api...If there how to implement it..I found Map class in java api which maps string to string...can anyone know please tell me....Thanks ...

how to get the homescreen from appicon?

Hi I am new to Blackberry and I am developing a application with reference to CLDC project.When I run the project with reference to the CLDC one it is successfully compile the application..But when I clean the smulator and workspace and run the app then the it is showing the app icon on the simulator but it is not going to the applicati...

How to add Click Event to BitmapField (fieldchangeListner)

Hi friends i am working BitmapField in blackberry I implemented my class with FieldChangeListener and add FieldChangeListener method in my class and even add setChangeListner to that particular Bitmap Field, But it is not responding with click event on it.. plz give u r valuable solutions to add clickevent to BitmapField thanks in a...

how to get amount value in kb of data used by internet?

hello. i making a application where i need total amount of data used by user by accessing internet. how could i get that value. plz help me send the code. ...

I want displaying homescreen in blackberry.

Hi I am new to Blackberry and I am developing a application with reference to CLDC project.When I run the project with reference to the CLDC one it is successfully compile the application..But when I clean the smulator and workspace and run the app then the it is showing the app icon on the simulator but it is not going to the applicatio...

Can't I get my app to work with click and touch (within same project)?

i have developed an application that will basically run on all versions of the blackberry unit (ver 4.5 and above). however, i have noticed that navigationClick() is not consumed with a touch blackberry. i know that i have to use touchEvent method instead, however, my eclipse project is set up to use jde 4.5. so is there any way of just ...

Can't I get my app to work with click and touch (within same project)?

i have developed an application that will basically run on all versions of the blackberry unit (ver 4.5 and above). however, i have noticed that navigationClick() is not consumed with a touch blackberry. i know that i have to use touchEvent method instead, however, my eclipse project is set up to use jde 4.5. so is there any way of just ...

Best way to ask a user to input a date?

How can I ask my user to input a date in my Blackberry application? What controls does the RIM offer me to show my users something familiar and easy to implement? ...

How can I invoke the Blackberry camera and save the picture that is taken in my code?

I'd like my user to take a picture as an attachment by using the built in camera. Is there someway to invoke the camera on a button press and save the resulting taken picture? ...

Alternative to List in Blackberry

Hi I am developing a application which I need to parse the xml data, for that I am taking a Vector to store the data instead of List as it supports in Java.How can I move the whole Class Stimulus stuff to the List in Blackberry.Here I attached the code that is in Java.I want to make it support to Blackberry.I would be greatful for any ...

implement globle tab bar in blackberry

I am implementing an application for Blackberry Storm and Bold. This application needs to implement a global tab bar to handle multiple screens. How do I do this? I would like something similar to the weatherbug app. ...