Anybody 开发者_开发知识库tried this combination for building blackberry apps? I have created my BB project in Eclipse and it launches successfully, but the click events on the application are not work
I\'m developing an app for BlackBerry with Eclipse and want to know if there is any way to save a picture that is drawn with a Graphics object...The app involves drawing a pie chart using Graphics.It
I\'m trying to come up with a structure for my simple blackberry app. I want to have a static header and 3 containers that will slide into view once the user makes a selection in the previous one. Her
I am having two controls on main screen one is text box and other is button. On button click, i want to store textbox data into one of my sql server table.
I am trying to connect to a webservice from my blackberry project in eclipse.My code for URLConnector is the following
Greetings, I am trying to setup a server connection from my BlackBerry Application . I was able to get a response code on the status of the server. Now i have a few values which i have to POST to the
Greetings , I am a new developer in BlackBerry Application. I have been working on iphone application too.
I want to write some texts in a new lineinto an existing file.I tried following code开发者_如何学C but failed,Can any one suggest how can I append to file in a new row.
I am debugging an application in Eclipse.It works fine but at some methods, for example enterEventDispatcher()开发者_如何学JAVA, it shows me source not found.Which source files should be attached to a
I need to send a completed BlackBerry app, for OS 5, to my client in an installable form. What are the ways to achieve this?