Showing posts with label Blackberry Application Development. Show all posts
Showing posts with label Blackberry Application Development. Show all posts

Thursday, March 15, 2012

The method to setup BlackBerry software development environment


You can easily go for blackberry development if you are aware of the right tools you need to install on your computer.  The initial things you need are a Java Software Development Kit (JDK) and BlackBerry Java Development Environment (JDE).  These are available free on the websites of Sun Microsystems and Research in Motion. JDK is used as a basic tool, complying Java source code into bytecdoe. This is done using Java Interpreter. Java interpreter comes with JDK and is used to run various development tools in JDE. 

JDE comes with tools targeted to the BlackBerry development. They transform Java bytecode into the format used on BlackBerry devices. It has editing tools and debugging tools for serious BlackBerry Programming. 

When developing software for BlackBerry, first determine which version of OS you want to target. This decides the version of JDE you have to use accordingly. 

There is a general rule to determine this. You should use a JDE version equal to or less than the version of operating system you want to target. So, if you have to target OS 4.3, the JDE version should be 4.0, 4.1, and 4.3. This assures that your application will work on Blackberry devices working on OS 4.3. 

After determining the JDE version, it is time to download and install the accurate version of JDK. You can use JDK version 1.5 for JDE version 4.1 and 4.2. For JDE version 4.0.2 and prior, use JDK 1.4.  For JDE 4.3, use JDK 1.6. Most of the versions (not the quite old) for JDK are available on the website of Sun Microsystems. 

Once you’ve installed the right JDK, you can download appropriate JDE from the BlackBerry developer site. Here, you need to register for free account. 

You can install different versions of JDK and JDE on the same machine. They can co-exist on the same machine if you install them in a correct order. First install the lower version of JDK and then the compatible version of JDE. Higher versions should be installed after installing lower versions. If you don’t follow this method, you can also alter the path.

Thursday, April 30, 2009

BlackBerry -Most Popular Smartphone

BlackBerrys are the most popular smartphone due to their wide variety of models and availability on five different national carriers. If RIM can just get its existing developers to join BlackBerry App World, it will already have a powerful catalog. App World will entice more people to use BlackBerry, as people find it convenient to use the phone for which lots of applications are available at one place.Now, you will find many smart phone makers planning to launch or have launched their own application stores which host all types of free and paid software which can be downloaded to the handset. The trend was started by Apple with its App Store for the iPhone and iPod Touch.It's been less than a year since Apple launched the iPhone App Store, but now virtually every mobile OS is showcasing its own take on the mobile application storefront.App Store has very limited number of applications far lower than Apple’s App Store and Google’s Android Market. So, first it needs to grow faster and bigger. Then only it can become a strong contender in the booming smart phone application market RIM will need to improve its selection of apps. Probably it can include some more apps for the professional and business category, personal finance and banking and mapping. As more people use BlackBerry for work so these categories will be more suitable.

Monday, April 27, 2009

Blackberry Mobile Phones Application Development

Blackberry has gained a position into the extremely competitive consumer smart phone market. It offers accessibility to an extensive variety of applications many wireless instruments across the world. It provides accessibility to an extensive variety of applications on several wireless instruments across the globe by data and other services.BlackBerry applications are much like building Java Swing applications. The same general concepts apply, but there are some very interesting differences, from how list controls work all the way up to how you support multiple entry points in an application. Blackberry developers work with the .NET programming to create wireless applications for Blackberry devices.

Thursday, April 23, 2009

BlackBerry Application Development

Now a days the BlackBerry Application Development is being provided by every Software Company. In addition, many off-the-shelf applications are been widely used and is being provided A less know option for getting the most from BlackBerry is to develop software for the BlackBerry solution.
With sophisticated development tools world-class applications and design optimized web services, applications, games for BlackBerry Smartphone’s can be Created. Have you ever thought what software platforms are used in developing BlackBerry Applications?
There are two main software platforms that can be used in developing for BlackBerry: J2ME and MDS However, most developers still refer J2ME.Of the two development platforms available for BlackBerry development, J2ME is by far the most feature rich and allows the most functionality to be built in to the applications.At this time, applications developed on MDS are not as feature rich as those developed on J2ME. Certain functions, such as Bluetooth, GPS, and complex graphics are not available.
So which one to choose? Ultimately that decision is up to you.