|
This tutorial will simply walk you through the various layout managers available to you using RIM’s UI API (not MIDP). RIM’s layout managers are akin to Swing layout managers, and allow you to arrange lots of fields (aka components in Swing), on the screen. You can create your own layout managers, just like in Swing, but this tutorial will show you how to use the built in ones. If none of the layout managers shown here work for you, then you can composite layout managers to get the desired look for your app, before creating your own.
|
| Navigation: Go to top of page | Go to The Blog Index | Related Categories: Info, Mobile/Wireless | Related Tags: BlackBerry GUI development Comments: Read comments | Write a comment |
| « New How-To – Set Security & Application Permissions For BlackBerry Apps | New Tutorial – Working with BlackBerry screens » |
- Info
- Mobile/Wireless
New Review– Vibram FiveFinger “shoes”
As CTO of ScreamingToaster, I am dedicated to finding better, smarter, healthier ways of living, and working. I work at lot, and the number one thing that keeps me from being as productive as I want is being in pain. So finding solutions and products to live more ergonomically and pain-free are very important to me. This ergonomic review is just one of the many developerlife.com reviews on ergonomic products for work and home. I believe that ergonomic, human-friendly products are important to use all the time, not just in the office, in order to have a healthy balanced body, and to be happy and pain-free. This will eliminate the root problems of pain and not just mask it. I decided to write a review about these amazing, ergonomic, life-changing little shoes called Vibram FiveFingers, and I hope they will help you out as much as they have helped me.
New Tutorial – Working with BlackBerry list fields
This tutorial will show you how to create non-trivial lists using ListField. I will create a sample program that allows you to create, remove, update, delete the contents of a list (that’s backed by a Vector). The list field contains rows of selectable list items. It allows you to display a list of items, and load this list of objects from an array or vector. When using a ListField you have to provide an implementation of the ListFieldCallback interface to perform drawing tasks. This callback constitutes the view and model (using MVC terminology). The controller is the ListField class.
New Tutorial - Creating a BlackBerry HTTP Connection
This tutorial will show you the various ways to create an HTTP networking connection from your BlackBerry device to an HTTP server (web service, servlet, etc). The complicated part about doing this on a BlackBerry is deciding which transport you would like to use, and which transport you can use.
New Tutorial – BlackBerry field borders and backgrounds
This tutorial will show you how to create field (component) backgrounds and borders (decoration). Each field can have a border and a background property. You can use the border to space out fields in your UI, and you can use them to add whitespace. The background allows you to set the background color property of your field and make it fit the look for your app.
New Tutorial - Creating a BlackBerry custom field
This tutorial will show you how to create a very simple custom field (component) using the RIM API. If you're familiar with Swing, then this code will not be a surprise to you. There are some similarities between AWT/Swing and RIM UI API.
New Tutorial - Using the BlackBerry gauge field to display progress
This tutorial will show you how the use the gauge field to show progress in your apps. This is useful when your app is performing long running tasks that need to report feedback to the user. The gauge field is a horizontal component that can be used to display status or progress. It displays a percentage from 0 to 100 and you can set a label before it to display any progress/status messages. You can even overlay the label inside of the gauge field, so that it won't be displayed before it, but inside of it (on top of the progress bar that’s drawn).
New Tutorial - Asking for BlackBerry application permissions upfront
This tutorial will show you how to ask a user (of your BlackBerry app) for permissions that are required in order for your app to function properly. There are many APIs in the RIM API that will cause a prompt to be displayed in the BlackBerry UI that will require a user to provide explicit permission to access certain API functionality or access to certain hardware features or data on the device. Instead of interrupting the UI, it’s possible to ask the user for all of these permissions at the very beginning. By the way, if the user does not grant permissions when this popup appears, then an exception will be thrown which you have to deal with.
New Tutorial – Working with BlackBerry screens
In this tutorial, I will show you how to quickly manage screens using the RIM UI API. The BlackBerry OS maintains a stack of screens, and your app can be pushed and popped from this stack. These are normal screen display operations. You can even hide your screen from the display, and it will show the BlackBerry home screen. You can close the screen as well.
New How-To – Set Security & Application Permissions For BlackBerry Apps
If you are a BlackBerry developer, you are familiar with BlackBerry code signing keys. If you are consumer you may not know that in order for a company to make BlackBerry apps, it must apply for “code signing keys ” from RIM. RIM requires certification that companies are legitimate, legal, and properly registered before they will give out code signing keys to them, and developers must put these keys into the apps they make in order for them to work. That is just one level of security that RIM employs to ensure good quality, and safe apps for the consumer. When you install an app on your BlackBerry, you are probably familiar with permissions, and the permissions pop-ups you get when you run an app for the first time. If you have BES you have been asked to “grant an app trusted application status”. I am going to go into more details about permissions and the multiple levels of security from device-level to server-level security that every consumer should be aware of.
New Tutorial – Creating your first GUI BlackBerry App
This tutorial will simply walk you through creating your first GUI app using RIM’s UI API (not MIDP). Only a skeleton will be created, that you can later expand.
New How-to - Setup Exchange & BES on your BlackBerry
I highly recommend that any serious BlackBerry user and anyone with a busy life gets Exchange for their BlackBerry. If you truly want to experience the seamless integration that a BlackBerry can offer you, you must have BES and must have a hosted Exchange provider. Many people don’t have this because it is complicated to set up, and they don’t know where to start. This is why I didn’t have it for a long time. I spent many hours researching how to get it setup, and I have condensed all that into an easy how-to guide so that all of you can enjoy the awesomeness that is Exchange on BlackBerry (minus any frustration). It isn’t cheap, I will be honest, but neither is the BlackBerry Bold or it’s data plan, but it is one of the single best investments you can make in your digital lifestyle.
New How-To - Install, Evaluate, and Delete BlackBerry Apps
This article is about installing, evaluating, and deleting BlackBerry Apps. It is about a process for evaluating apps and deciding if they are good, well written apps, or bad apps that will brick your BlackBerry and make you have to wipe it. If you have ever installed a “bad” app, you know how it can wreak havoc on your BlackBerry and make it completely unstable. I will go over how to remove bad apps and wipe all traces of them from your BlackBerry, but most importantly, I will go over how to prevent this from happening in the first place. There are many more bad apps than good ones, and there are very few talented BlackBerry developers that write good quality software. BlackBerry development is complex, and lots of things have to be taken into account when writing apps - things like: CPU consumption, bandwidth usage, power consumption, caching, multithreading, compression, UI responsiveness, intuitive & easy-to-use UIs, tight integration with BlackBerry platform, etc.These are all things that the development team at ScreamingToaster take into account when developing apps such as Wicked Blogging App, which is a blogging app with social features, and MyListy, which is a list application.
New Tutorial - Twitter API Integration
I’ve been building web, mobile, desktop apps that are powered by the ScreamingToaster ONE Platform for the last 3 years. I’ve had to integrate with a lot of services, like weather, credit card payment processing gateways, GeoIP lookups, CellID lookups, etc. One of the easiest integrations I’ve had to perform is with Twitter :) . Twitter has a simple to use API that can be accessed using Java or just about any other language. There are some really good Java wrappers for this API, and I’m going to highlight a really good one in this tutorial. I’m also going to show you how to integrate with Twitpic using Java.
New Review – BlackBerry 8900 Javelin in-depth review
For sheer computing power and speed, the Bold can’t be beat. However, it’s big and heavy and bulky when compared to the Javelin. The Javelin is a much more balanced device which sacrifices a lot of the Bold’s functionality for greater battery life, smaller form factor. However, I don’t feel that anything is “missing” from the Javelin. It’s a great device. If I travelled a lot, I would get the Javelin :) . I really love both devices, and they are optimized for slightly different environments. To make a laptop analogy, the Javelin is an ultraportable, while the Bold is a mobile workstation.
New Review – BlackBerry OS 5.0.0.93
This review covers the new functionality of OS 5.0.0.93, which is not an official release from RIM, but a pre-release copy of the OS. Lots of great changes: Conference Bridge Line support, WebKit browser (maybe), faster and better graphics, revamped UI, transition animations for picture scrolling, Outlook email message flag support, and much more!
New Review - Using Skype as a replacement for a landline
I've been running my own business for a while and have been paying a lot of money per month for a land line. I have a few employees and have cell phones for all of us, and don’t have unlimited voice plans, we have shared minutes, and unlimited data plans for each of us. I don’t like to use mobile phones as the primary phone communication method, simply because of unreliable and choppy service, and even when service is good, sound quality is lacking, when compared to a landline. Having crappy phone lines gives businesses a cheap feel in my opinion, which is why I ended up spending a lot of money keeping a land line. I used to pay over $50 per month for a land line for the business, and the mobile phones end up costing about $60/70 per person (with unlimited data plan). So I was looking for a better and cheaper solution to having a land line.
New Tutorial - Using JSON for mobile object exchange
I've been working with various object encoding schemes to get information transferred over the network between services and mobile apps running on Android and BlackBerry. On Android, I figured I would try using Java object serialization, and that works some of the time, and not for anything complex. I wish the object serialization and deserialization mechanism in GWT would be ported over to all these mobile environments, but I digress. This tutorial outlines the use of JSON for this purpose.
BlackBerry Mobile Blogging App for Drivelikeagirl.com
Download v1 of the BlackBerry App for Drivelikeagirl.com community. Must have BB OS 4.6 device or higher.
Mobile Blogging for BlackBerry video demo! :)
Here's a 5 minute demo of the Wordpress Editor aka "Wicked Editor" :).
New Review - Subversion Server and Client Review
Subversion 1.5 was recently released recently, and I decided to upgrade my 2 year old svn server to the latest and greatest thing. I was using a console based server and a Java based client (with a GUI) and I wasn't really happy with this setup, so I went looking for something better, and I found it. I installed everything on Windows Vista, both client and server, so the stuff I'm reviewing might not work on other platforms. In this review, I will show you how to install the server, and install the client, and commit a project, then check it out into a working copy.
Merry Christmas and Happy New Year!!!
Merry Christmas and Happy New Year!
Community for car and watch nuts :)
For those of you who have a passion for horology, sports cars, and track driving, our sister site Drivelikeagirl.com has just launched :) .
New Tutorial - Getting code signing keys from RIM, then using them
If you use certain BlackBerry APIs, you have to get code signing keys and sign your .COD file with them, before you will be able to install and run these applications on a BlackBerry device. This tutorial will walk you through the process of getting the keys, and installing them to your JDE, and then deploying your application to a real device OTA (over the air).
New Review - BlackBerry Bold and OS 4.6.x in-depth review
I've been waiting for the BlackBerry Bold for a long time now, and it was launched in the US, exclusively by ATT on Nov 4 2008. Well, has it been worth the wait? Short answer - YES. I've been using the device since 4th quite heavily, making calls, using the 3G network for data, using the media player, syncing with Outlook, using BES and BIS, and even writing software for it. In this review, I will discuss the ins and outs of the Bold, and how well it works and doesn't work in specific scenarios.
New Tutorial - BlackBerry Development Tools Eclipse JDE Plugin
There are different tools that you can use for BB development - Eclipse Plugin and JDE. In this tutorial I will show you how to use the Eclipse Plugin as your IDE for BlackBerry development. Directions are provided on how to install and configure the Eclipse Plugin, then get started with a Hello World project, then deploy the project to the simulator and run it.
New Tutorial - BlackBerry Development Tools - JDE (and IDEA)
There are different tools that you can use for BlackBerry development - Eclipse Plugin and JDE. In this tutorial I will show you how to use the JDE in conjunction with IDEA as the primary IDE for BlackBerry development. Directions are provided on how to install and configure the JDE, then get started with a Hello World project, then deploy the project to the simulator and run it. The JDE is an IDE that BlackBerry created, and it’s really really old. Modern IDEs like IDEA, Eclipse, and NetBeans really put it shame. It’s good to see that BlackBerry is working on an Eclipse based IDE, and hopefully the JDE will be retired soon. I couldn’t stand to use the JDE by itself, which is why I do all my editing, compiling, refactoring in IDEA, and just use JDE to build my COD file and run it in the simulator, and occasionally use the debugger in the JDE. It’s really old looking and clunky, and just a pain to work with, when compared to IDEA. You can use Eclipse or NetBeans instead of IDEA if that’s your preference.
New Tutorial - Getting started with Blackberry SDK and tools
This tutorial has helpful pointers for developers who are just getting started with Blackberry development. This includes information on tools, IDEs, tutorials, videos, etc.
New Review - SSDs for development machines
SSDs are awesome for development tasks! I compare the performance of SSDs to traditional hard drives on a variety of machines in this post.
New Tutorial - Android Application Provisioning Strategies
There aren't any good solutions out right now. App provisioning and management are left out of the M5 SDK, and we have to wait until a future release to see this in place. Once it's in place, these other strategies outlined here may or may not be viable. However, if you can preload an APK file into a device, then the solutions outlined here might work for you.
New Tutorial - Android WebView (WebKit)
This article shows you the limitations and capabilities of the WebView component. You will see how to download files from the network and use them in HTML, as well as assets loaded in the APK file.
New Tutorial - Android Service creation and consumption
This tutorial will show you how to create a simple service, that does not use IPC (inter process communication). Services are great for running long running tasks and business logic, outside an Activity, which is tied to the user interface. For example, if you have a background task that has to download data periodically, then you should put that task in a Service. You can explicitly start a service and stop it as well. With IPC you can connect to a running service and call methods on it, however, in this example, I won't be using any IPC; instead all data transfer will happen via a shared object and a listener.
New Tutorial - Android Animation Framework
This tutorial is an introduction to the built in animation frameworks that are part of the Android UI library. Without writing any animation/drawing code, you can do 2 types of animations - layout transitions that affect ViewGroups, and sequences inside a View. You can also do frame by frame animation, but this tutorial will not cover that. The basics covered here affect layout transitions, and animation of a View itself, using tweening animation, which includes each of the following effects (or any combination) - Alpha, Rotate, Scale, and Translate.
New Tutorial - Android ListView and custom adapter
This tutorial will show you how to use ListView to display selectable lists of non trivial data, using complex cell renderers. The ListView is a selectable list. You can attach a variety of data models to it and load different display layouts (cell renderers). You can create your own model and cell renderer. This model-view combo is called an Adapter. In this tutorial, I will show you how to extend create your own Adapter from scratch, and create your own cell renderers from scratch as well.
New Tutorial - Android LinearLayout
This tutorial shows you how to use the LinearLayout container (using Java code, not XML markup), which is the simplest layout mechanism available on Android. If you're familiar with Swing's BoxLayout then you will have a good idea of what this container has to offer. Linear layouts are really simple… you can add components horizontally or vertically to a ‘bag’ or ‘box’.
New tutorial - Creating and using Android UI Themes
This tutorial will show you how to use Android's theme-ing capabilities. You can set background color, image, etc. on widgets, dialogs, and activities.
New Tutorial - Android TableLayout
This tutorial will show you how to use the TableLayout container, which is like an HTML table. The UI layout code is done in Java, not XML. A class (LayoutUtils) is provided to make it easier to attach layout params to View objects.
New Tutorial - Android Option and Context menu
This tutorial will show you how to create options menu (hooks into the MENU button) and context menu (press and hold a component).
New Tutorial - Android XML View Inflation
This tutorial will show you how to instantiate or inflate a View from XML; this is useful for components that don't provide a Java API to tweak with certain style attributes. The Button class is used as an example; you can only get certain styles to show up via XML that aren't available via the Java API.
New Tutorial - Android Activity and sub-Activity
This tutorial will show you how to create a sub-Activity from a calling-Activity, and process the results produced by the sub-Activity, if you want to do so. Also, the various ways of launching a sub-Activity are covered, along with the Android Activity history stack. A subclass of Activity is also provided that makes it trivial to launch sub-Activities and respond to results from them.
New Tutorial - Getting started with Android SDK and tools
This tutorial has helpful pointers for developers who are just getting started with Android. In addition to Google’s documentation on the SDK itself, there are lots of tools that come with the SDK and others that you can download elsewhere that make it a little bit easier to work with Android.
Good Android Book from CommonsWare
If you are looking for a great introductory book to get started with the Android SDK, then you are in luck. Finally, there's a great intro book that's available now in electronic form (PDF, and Kindle) and print form (from amazon, etc). You can find a full review of this book here on developerlife.
New Tutorials - How to build a service-enabled Android app
I've written 3 tutorials to show you how to create a service enabled Android application that performs all of it's network I/O in a background thread (not the UI thread).
New Tutorial and code - Task API HTTP POST (3 of 5)
Using Task API to perform HTTP POST operation in the background, while monitoring the request and response I/O operation data streams.
New Tutorial - Accessing Google Static Maps from Java
Given an IP address, this tutorial will show you how to get a Google Static Map from it. This is the third part of a 3 part series of tutorials on geocoding.
New tutorial - Getting physical address from IP address (using MaxMind)
Given an IP address, this tutorial will show you how to get geographic location information from it. You can then use this location information for many different things, like looking up weather there, or perhaps displaying a pushpin on google maps, etc. This is the second part of a 3 part series of tutorials on geocoding.
New Tutorial and code - Task API in-depth (2 of 5)
The second tutorial in the series goes into lots of details on how the Task API works using the SampleApp shown in the first tutorial.
New Tutorial and code - Task API - Quick Start Guide (1 of 5)
Introducing the Task API. Easy to use background task API for Swing. Android and JavaME implementation coming soon. Easily create tasks and monitor their progress and cancel them at any time. Easily manage multiple tasks. Create network aware tasks and recurring tasks, and much much more! The API is open source (Apache 2.0 license). Enjoy!!!
New Review - Safari Books Online
Review of Safari Books Online Libarary Service. Access all the major technical publications online, for a subscription, rather than having to buy paper based books. Safari can be accessed using a web browser and an internet connection, no plugins required. Also, allows access to books as they are being written - Rough Cuts. Also contains a sneak peak at how the service itself was created, and the technology behind it.
New Tutorial - Using GWT History to create an RSS client
This tutorial takes the background information on GWT History Management provided in the Managing History and Hyperlinks tutorial and uses it to create an RSS reader application that uses this history mechanism to load initialization parameters. The application that's built in this tutorial takes the RSS feed URL as a parameter passed to the web app's URL. You will also learn how to use ROME API, and explore different approaches to displaying application loading (splash) screens.
Review of using AmazonWireless to purchase new smartphone
Update of the mobile marketplace
Choose the right mobile platform
The first step is for you to select the right mobile platform for your mobile initiatives. The following table outlines the major differences between the major platforms and can act as rough guidelines to help you match your requirements to the right platform for you.
From our vast experience building mobile apps for all platforms, and training others on how to do so as well, we have developed this 3-step Mobile Starter Kit to help you get started on your mobile journey.
We use the Zen Application Framework exclusively to build our mobile applications, and so can you. Zen is free for all ScreamingToaster Consulting clients, and its source code comes as part of the deliverables at the end of every consulting project. Zen training courses are available upon request to consulting clients only. ScreamingToaster has a commitment to open source software (OSS) and democratizing knowledge for the good of the developer community, and humanity as a whole, which is why we give Zen away for free to our consulting clients. Our clients can make changes or additions to the applications we build them, and they can also use Zen to build applications in-house after taking our BlackBerry developer training courses.
RainOrShine is a free location-based weather application for BlackBerry. It provides real-time, current weather conditions for your current location. Using ScreamingToaster technology, RainOrShine also delivers location-based real-time updates for any Wikipedia information available for your current location, and movie show times for theaters near your current location. RainOrShine is a showcase of location-based services (LBS) possible on the BlackBerry platform, brought to you by ScreamingToaster.
As the CTO of ScreamingToaster, I work a lot with of organizations that need help rolling out BlackBerry projects, both B2B and B2C. We provide them with guidance, architecture recommendations, training, and implementation services. They tell me how mobile apps are crucial for their business to remain competitive, and we advise them on how mobile can empower their business. Based on a rough idea of what our clients are looking to get out of mobile, we create a mobile roadmap comprised of small, bite-sized steps that can be implemented incrementally and clients can pay as they go. We take a bite-sized approach not only with planning and implementation, but also with payment because we understand budgets are tight. We advise & guide our clients on things such as: the advantages & limitations of each mobile platform (BlackBerry, Android, iPhone), architecture, user interfaces & user experience design, and enterprise information integration (EII) and services orchestration for both B2B/B2E and B2C mobile apps. We also advise them on how to avoid the common pitfalls around BlackBerry (such as the total lack of support from RIM, OS proliferation & incompatibility) in order to save them time, money, and political capital. All of this advice ensures their critical first mobile app is successful, which will give them the political capital to push the mobile agenda. We support and empower our clients every step of the way - from implementing their first application, to administering BlackBerry development training courses & post-training “mentor consulting”, to deploying their apps in the field. We are a solid partner our clients can bank on.
What is an enterprise BlackBerry app?
In this article, I am going to define what a BB app is. I will define the building blocks of every service-enabled BB app: the UI, enterprise information integration, and service orchestration. And I will tell you why there is no 80% complete, template-based, simple, BlackBerry app.
As the CTO of ScreamingToaster, I work a lot with of organizations that are rolling out innovative mobile projects providing them with guidance, architecture recommendations, training, and implementation services. All of our clients have attempted and failed at rolling out mobile initiatives - mobile is not their core competency, they just want to leverage mobile technology to enhance their business operations. Because mobile is new, there are a lot of pitfalls that will guarantee failure. They come to us to guide them on a path away from the pitfalls, and to success.
New Tutorial – Working with BlackBerry list fields
This tutorial will show you how to create non-trivial lists using ListField. I will create a sample program that allows you to create, remove, update, delete the contents of a list (that’s backed by a Vector). The list field contains rows of selectable list items. It allows you to display a list of items, and load this list of objects from an array or vector. When using a ListField you have to provide an implementation of the ListFieldCallback interface to perform drawing tasks. This callback constitutes the view and model (using MVC terminology). The controller is the ListField class.
New Tutorial - Creating a BlackBerry HTTP Connection
This tutorial will show you the various ways to create an HTTP networking connection from your BlackBerry device to an HTTP server (web service, servlet, etc). The complicated part about doing this on a BlackBerry is deciding which transport you would like to use, and which transport you can use.
New Tutorial – BlackBerry field borders and backgrounds
This tutorial will show you how to create field (component) backgrounds and borders (decoration). Each field can have a border and a background property. You can use the border to space out fields in your UI, and you can use them to add whitespace. The background allows you to set the background color property of your field and make it fit the look for your app.
New Tutorial - Creating a BlackBerry custom field
This tutorial will show you how to create a very simple custom field (component) using the RIM API. If you're familiar with Swing, then this code will not be a surprise to you. There are some similarities between AWT/Swing and RIM UI API.
New Tutorial - Using the BlackBerry gauge field to display progress
This tutorial will show you how the use the gauge field to show progress in your apps. This is useful when your app is performing long running tasks that need to report feedback to the user. The gauge field is a horizontal component that can be used to display status or progress. It displays a percentage from 0 to 100 and you can set a label before it to display any progress/status messages. You can even overlay the label inside of the gauge field, so that it won't be displayed before it, but inside of it (on top of the progress bar that’s drawn).
New Tutorial - Asking for BlackBerry application permissions upfront
This tutorial will show you how to ask a user (of your BlackBerry app) for permissions that are required in order for your app to function properly. There are many APIs in the RIM API that will cause a prompt to be displayed in the BlackBerry UI that will require a user to provide explicit permission to access certain API functionality or access to certain hardware features or data on the device. Instead of interrupting the UI, it’s possible to ask the user for all of these permissions at the very beginning. By the way, if the user does not grant permissions when this popup appears, then an exception will be thrown which you have to deal with.
New Tutorial – Working with BlackBerry screens
In this tutorial, I will show you how to quickly manage screens using the RIM UI API. The BlackBerry OS maintains a stack of screens, and your app can be pushed and popped from this stack. These are normal screen display operations. You can even hide your screen from the display, and it will show the BlackBerry home screen. You can close the screen as well.
New How-To – Set Security & Application Permissions For BlackBerry Apps
If you are a BlackBerry developer, you are familiar with BlackBerry code signing keys. If you are consumer you may not know that in order for a company to make BlackBerry apps, it must apply for “code signing keys ” from RIM. RIM requires certification that companies are legitimate, legal, and properly registered before they will give out code signing keys to them, and developers must put these keys into the apps they make in order for them to work. That is just one level of security that RIM employs to ensure good quality, and safe apps for the consumer. When you install an app on your BlackBerry, you are probably familiar with permissions, and the permissions pop-ups you get when you run an app for the first time. If you have BES you have been asked to “grant an app trusted application status”. I am going to go into more details about permissions and the multiple levels of security from device-level to server-level security that every consumer should be aware of.
New Tutorial – Creating your first GUI BlackBerry App
This tutorial will simply walk you through creating your first GUI app using RIM’s UI API (not MIDP). Only a skeleton will be created, that you can later expand.
New How-to - Setup Exchange & BES on your BlackBerry
I highly recommend that any serious BlackBerry user and anyone with a busy life gets Exchange for their BlackBerry. If you truly want to experience the seamless integration that a BlackBerry can offer you, you must have BES and must have a hosted Exchange provider. Many people don’t have this because it is complicated to set up, and they don’t know where to start. This is why I didn’t have it for a long time. I spent many hours researching how to get it setup, and I have condensed all that into an easy how-to guide so that all of you can enjoy the awesomeness that is Exchange on BlackBerry (minus any frustration). It isn’t cheap, I will be honest, but neither is the BlackBerry Bold or it’s data plan, but it is one of the single best investments you can make in your digital lifestyle.
New How-To - Install, Evaluate, and Delete BlackBerry Apps
This article is about installing, evaluating, and deleting BlackBerry Apps. It is about a process for evaluating apps and deciding if they are good, well written apps, or bad apps that will brick your BlackBerry and make you have to wipe it. If you have ever installed a “bad” app, you know how it can wreak havoc on your BlackBerry and make it completely unstable. I will go over how to remove bad apps and wipe all traces of them from your BlackBerry, but most importantly, I will go over how to prevent this from happening in the first place. There are many more bad apps than good ones, and there are very few talented BlackBerry developers that write good quality software. BlackBerry development is complex, and lots of things have to be taken into account when writing apps - things like: CPU consumption, bandwidth usage, power consumption, caching, multithreading, compression, UI responsiveness, intuitive & easy-to-use UIs, tight integration with BlackBerry platform, etc.These are all things that the development team at ScreamingToaster take into account when developing apps such as Wicked Blogging App, which is a blogging app with social features, and MyListy, which is a list application.
RIM just released a new JDE version, you can download it here. Here’s a review of an early release of OS 5.0 on an actual Bold. 5.0 is going to be an awesome OS! In writing software for OS 4.6 for some time now, I’ve run into lots of limitations in media capture that are being addressed by 5.0! Video capture is coming in 5.0!
New Review – BlackBerry 8900 Javelin in-depth review
For sheer computing power and speed, the Bold can’t be beat. However, it’s big and heavy and bulky when compared to the Javelin. The Javelin is a much more balanced device which sacrifices a lot of the Bold’s functionality for greater battery life, smaller form factor. However, I don’t feel that anything is “missing” from the Javelin. It’s a great device. If I travelled a lot, I would get the Javelin :) . I really love both devices, and they are optimized for slightly different environments. To make a laptop analogy, the Javelin is an ultraportable, while the Bold is a mobile workstation.
New Review – BlackBerry OS 5.0.0.93
This review covers the new functionality of OS 5.0.0.93, which is not an official release from RIM, but a pre-release copy of the OS. Lots of great changes: Conference Bridge Line support, WebKit browser (maybe), faster and better graphics, revamped UI, transition animations for picture scrolling, Outlook email message flag support, and much more!
1 million Android smartphones sold in the US
T-Mobile has announced that it’s just sold the 1 millionth G1 smartphone in the US! :) I like Android, and want it to succeed, so it’s good to see positive numbers. However, there’s a long way to go still, with stiff competition coming from LiMo this year, and a dearth of Android powered devices in the market. In about 7 months, T-Mobile was able to sell about 1M G1 units, which is not bad, but not that great either. It still remains to be seen if Android is going to be a major player or not. We shall see.
Amazon has released a really cool mobile app for BlackBerry. You can download it here. It allows you to see what’s in your shopping cart, as well as buy things on the go. One cool feature is that you can take a picture of a product, that can then be sent to Amazon to see if they have it in stock. If they do, you get an email notification later that allows you to buy the product from them!
Android vs. LiMo: What’s the difference?
I’ve been developing software for BlackBerry for the last year or so and have been keeping an eye on Android to see if it will go anywhere. Currently, Android has enjoyed limited success in a very specific demographic, which represents a small fraction of the marketshare that RIM and Apple have. So while the T-Mobile launch of the G1 has been successful for the modest goals that were set, I don’t think it represents a big accomplishment. However, all I’ve read on tech blogs and news outlets is how there are going to be around 10 new handsets for Android this year. This has been the buzz for more than 1/2 a year now... well, it turns out that slowly these rumors have stopped saying Android handsets, and saying Linux handsets... so I figured Android is basically Linux with a JVM and so they were talking about Android. Well, I was wrong. Most of the new handsets that have been announced using Linux Mobile, which is NOT Android.
New Review - Using Skype as a replacement for a landline
I've been running my own business for a while and have been paying a lot of money per month for a land line. I have a few employees and have cell phones for all of us, and don’t have unlimited voice plans, we have shared minutes, and unlimited data plans for each of us. I don’t like to use mobile phones as the primary phone communication method, simply because of unreliable and choppy service, and even when service is good, sound quality is lacking, when compared to a landline. Having crappy phone lines gives businesses a cheap feel in my opinion, which is why I ended up spending a lot of money keeping a land line. I used to pay over $50 per month for a land line for the business, and the mobile phones end up costing about $60/70 per person (with unlimited data plan). So I was looking for a better and cheaper solution to having a land line.
New Tutorial - Using JSON for mobile object exchange
I've been working with various object encoding schemes to get information transferred over the network between services and mobile apps running on Android and BlackBerry. On Android, I figured I would try using Java object serialization, and that works some of the time, and not for anything complex. I wish the object serialization and deserialization mechanism in GWT would be ported over to all these mobile environments, but I digress. This tutorial outlines the use of JSON for this purpose.
BlackBerry Mobile Blogging App for Drivelikeagirl.com
Download v1 of the BlackBerry App for Drivelikeagirl.com community. Must have BB OS 4.6 device or higher.
Mobile Blogging for BlackBerry video demo! :)
Here's a 5 minute demo of the Wordpress Editor aka "Wicked Editor" :).
BlackBerry Application Storefront
RIM is launching it's app store in March 09. They are currently accepting submissions online. I'm planning on submitting all my apps for sale on the storefront, will you be doing the same?
Objective C introduction for Java developers, and creating iPhone apps with Java
This is a great video that shows Dr. Arno Puder giving a one hour presentation at Google. The highlights are a great introduction to the Objective C language for Java developers. The syntax is very strange, and very Smalltalk-like. Very interesting language... no runtime garbage collection, it uses reference counting.
New Tutorial - Getting code signing keys from RIM, then using them
If you use certain BlackBerry APIs, you have to get code signing keys and sign your .COD file with them, before you will be able to install and run these applications on a BlackBerry device. This tutorial will walk you through the process of getting the keys, and installing them to your JDE, and then deploying your application to a real device OTA (over the air).
New Review - BlackBerry Bold and OS 4.6.x in-depth review
I've been waiting for the BlackBerry Bold for a long time now, and it was launched in the US, exclusively by ATT on Nov 4 2008. Well, has it been worth the wait? Short answer - YES. I've been using the device since 4th quite heavily, making calls, using the 3G network for data, using the media player, syncing with Outlook, using BES and BIS, and even writing software for it. In this review, I will discuss the ins and outs of the Bold, and how well it works and doesn't work in specific scenarios.
Blackberry Bold release date in the US - November 4 2008
BB Bold US launch date delayed YET AGAIN - Nov 4th 2008. Also, get a custom paint job for your Bold.
New Tutorial - BlackBerry Development Tools Eclipse JDE Plugin
There are different tools that you can use for BB development - Eclipse Plugin and JDE. In this tutorial I will show you how to use the Eclipse Plugin as your IDE for BlackBerry development. Directions are provided on how to install and configure the Eclipse Plugin, then get started with a Hello World project, then deploy the project to the simulator and run it.
New Tutorial - BlackBerry Development Tools - JDE (and IDEA)
There are different tools that you can use for BlackBerry development - Eclipse Plugin and JDE. In this tutorial I will show you how to use the JDE in conjunction with IDEA as the primary IDE for BlackBerry development. Directions are provided on how to install and configure the JDE, then get started with a Hello World project, then deploy the project to the simulator and run it. The JDE is an IDE that BlackBerry created, and it’s really really old. Modern IDEs like IDEA, Eclipse, and NetBeans really put it shame. It’s good to see that BlackBerry is working on an Eclipse based IDE, and hopefully the JDE will be retired soon. I couldn’t stand to use the JDE by itself, which is why I do all my editing, compiling, refactoring in IDEA, and just use JDE to build my COD file and run it in the simulator, and occasionally use the debugger in the JDE. It’s really old looking and clunky, and just a pain to work with, when compared to IDEA. You can use Eclipse or NetBeans instead of IDEA if that’s your preference.
Blackberry Storm coming soon to Verizon Wireless
RIM is launching a touchscreen device, that’s an MP3 player (with stereo BT), 3.2MP camera, and video camera, with 8GB of storage! It’s called the Storm, and it's available exclusively on Verizon Wireless; launch date of November 16th 2008. It will have an accelerometer, just like the iPhone. It has a touchscreen, like the iPhone with 1 major difference – it will have tactile feedback. Just like the Jaeger-LeCoultre AMVOX2 (Aston Martin watch), you have to push the entire screen in for it to register a ‘click’, and it provides tactile feedback to let you know when the 'click' has happened. So you can move the cursor around by touching the screen, but for 'clicks', you have to press the entire glass surface in, and it ‘clicks’ :). Also, it will have copy/paste, but no WiFi.
Blackberry Developer Conference
First Blackberry Developer Conference. 2 days. Training for developers new to the platform, and information on future roadmap of the Blackberry platform.
Blackberry roadmap details, Storm presentation leaked
BGR leaked some documents on new products that RIM is launching and planning to launch this year and the next. There's lot of great information in these documents. I've cleaned up the documents and presentations on BGR's site and turned it into PDF documents, which are easier to read that what they have there.
New Tutorial - Getting started with Blackberry SDK and tools
This tutorial has helpful pointers for developers who are just getting started with Blackberry development. This includes information on tools, IDEs, tutorials, videos, etc.
HTC G1 available on T-Mobile from Oct 22 2008. Lots of details, pictures, and videos...
Wireless Roaming Standard - 802.11r
New 802.11r standard to allow quick hand off from one one access point to another.
Android phone - HTC Dream spy shots
Spy shots of HTC Dream coming soon to T-Mobile.
Lots of Android news - new SDK drop, and new handset coming next month! HTC G1
In summary. Android has a hostile SDK that requires special expertise to handle and leverage (sure to keep lots of developers away). There are no handsets out there yet, so lots of ISVs won’t touch this platform. Very few ISVs or developers to compete against.
New Tutorial - Android Application Provisioning Strategies
There aren't any good solutions out right now. App provisioning and management are left out of the M5 SDK, and we have to wait until a future release to see this in place. Once it's in place, these other strategies outlined here may or may not be viable. However, if you can preload an APK file into a device, then the solutions outlined here might work for you.
New Tutorial - Android WebView (WebKit)
This article shows you the limitations and capabilities of the WebView component. You will see how to download files from the network and use them in HTML, as well as assets loaded in the APK file.
New Tutorial - Android Service creation and consumption
This tutorial will show you how to create a simple service, that does not use IPC (inter process communication). Services are great for running long running tasks and business logic, outside an Activity, which is tied to the user interface. For example, if you have a background task that has to download data periodically, then you should put that task in a Service. You can explicitly start a service and stop it as well. With IPC you can connect to a running service and call methods on it, however, in this example, I won't be using any IPC; instead all data transfer will happen via a shared object and a listener.

March 8th, 2010 at 7:01 pm
hai developerlife…..
iam really very happy to found this website.
This site has made me to done all the basic applications in an hour..
Thanking you developerslife
March 21st, 2010 at 8:52 am
Thanks for such a nice tutorial. I have a question related your tutorial and in general for LAyouts.
You have shown how the components are placed in Flow & Grid layouts. That all is fine. But I am interested in giving some space, gap between the components. For eg, in Grid layout demo, I want some spacing between all images, same in flow also. How to give spacing between components in a layout. Basically provide spacing before/after a component.
Was alos wondering, how to manage layouts for different models with different screen sizes.
I would be glad if you can help me solve this query. I look ahead to hear from you at the earliest.
Thanks
March 21st, 2010 at 1:16 pm
Hi Trupti
You are most welcome.
This tutorial shows you what you need – http://developerlife.com/tutorials/?p=879
To get the spacing, etc. you should add an empty border around your fields.
Nazmul