BlackBerry I want to do program for my mobile BlackBerry Bold so I watch the BlackBerry Plug-in for Microsoft Visual Studio Videos so it is very easy to develop program for BlackBerry using VisualStudio.Net 2008 :
-
First : Download Visual Studio Plugin and Install it
Development Tools And Downloads
And then download: BlackBerry Plug-in for Microsoft Visual Studio 2008
Now they have version 1.1 which doesn’t support new devices like Bold , Curve and Storm
so they have Version 1.2 beta which support Bold
but also you need to install MDS runtime in order to deploy your application to device [link] because after compiling your project using VS.Net 2008 the output is .jar file which you need !
so I installed V 1.2 it can be found here [link]
-
Second : You must Create Web Service
How Do I Create a Wireless-friendly Web Service? [Watch]
-
Third: Add Web Service to your application
How Do I Add a Web Reference to My BlackBerry® Project? [Watch]
-
Fourth: Deployment
when I came to this part I felt it is not easy and then you need to use another tools for deployment not only Visual Studio.Net so I switch to Developing BlackBerry Application using Java Environment (JDE) using Eclipse
-
This video made me convert for Java [ Java I'm Back
Contrasting MIDlets and BlackBerry® Java® Applications – March 23, 2009
This video tutorial discusses the pros and cons of developing applications using the Research In Motion (RIM) UI classes versus the Java® ME UI classes.
To be Continue …
Comments