In my application, I allow the user to create an image.I then want to give the ability to email that image.The concept is simple, but the execution is a bit more complex.
I m changing the app. icon using HomeScreen.updateIcon(bitmap) when app. is in background. Now how to fire click event when I click on this new app. icon like when I click on previous app. icon (whic
I need to develop an application where I am able to change screens us开发者_高级运维ing menu items previous and next. Can u give me a rough idea about how to implement it?
There are lots of java apps on my simulator menu screen which I have been coding and testing? Now I want to remove some of the开发者_开发百科m to clean my simulator a bit. How do I remove them?Quote f
I can\'t seem to find anything equiva开发者_JAVA技巧lent to a Semaphore in the Blackberry Java Reference. What am I missing? java.util.concurrent isn\'t even there.
I need to create a simple array of some images. So that later on I can traverse through the array 开发者_如何学Goeasily using a loop and access all the images one by one.
Where开发者_运维知识库 do I get the free SDK for BlackBerry?Go here, sign up and follow the instructions.Everything is on http://na.blackberry.com:
The Google Map doesn\'t render in the BlackBerry Simulator. My application has a \"View Map\" button which on click calls a Google Map web URL.
My application extends the ui开发者_开发百科.Manager class. Is it possible to enter the app without using the enterEventDispatcher. As it needs me to inherit the Application/UiApplication to do that.
How to connect via ht开发者_如何转开发tp to the server to do implement loginI presume you need to do a POST login. The following is a snippet of what you can do: