The BlackBerry is a wireless handheld device introduced in 1999 which supports push e-mail, mobile telephone, text messaging, internet faxing, web browsing and other wireless information services. Developed by the Canadian company Research In Motion (RIM), it delivers information over the wireless data networks of mobile phone service companies. BlackBerry first made headway in the marketplace by concentrating on e-mail. RIM currently offers BlackBerry e-mail service to non-BlackBerry devices, such as the Palm Treo, through the BlackBerry Connect software. The original BlackBerry device had a monochrome display, but all current models have color displays.

While including the usual PDA applications (address book, calendar, to-do lists, etc.) as well as telephone capabilities on newer models, the BlackBerry is primarily known for its ability to send and receive e-mail wherever it can access a wireless network of certain cellular phone carriers. It has a built-in keyboard, optimized for “thumbing“, the use of only the thumbs to type. System navigation is primarily accomplished by the trackwheel (or “thumbwheel”), a scrolling wheel with a “CLICK” function, located on the right side of the device. Newer models are now utilizing a trackball in the middle of the device as Research In Motion has moved from the trackwheel to the trackball. Some models (currently, those manufactured for use with iDENnetworks such as Nextel and Telus) also incorporate a two-way radio. Some BlackBerry devices don’t depend on mobile phone service coverage and are Wi-Fi compatible like similar handheld devices that are on the marketplace.

Image:BlackBerry_8700c.jpg

 

This is about the storage organization of raster images. For bitmapped graphics in general, see raster graphics.
In computer graphics, a bitmap or pixmap is a type of memory organization or image file format used to store digital images. The term bitmap comes from the computer programming terminology, meaning just a map of bits, a spatially mapped array of bits. Now, along with pixmap, it commonly refers to the similar concept of a spatially mapped array of pixels. Raster images in general may be referred to as bitmaps or pixmaps, whether synthetic or photographic, in files or in memory.
In some contexts, the term bitmap implies one bit per pixel, while pixmap is used for images with multiple bits per pixel.[1][2]
Many graphical user interfaces use bitmaps in their built-in graphics subsystems;[3] for example, the Microsoft Windows and OS/2 platforms’ GDI subsystem, where the specific format used is the Windows and OS/2 bitmap file format, usually named with the file extension of .BMP (or .DIB for device-independent bitmap). Besides BMP, other file formats that store literal bitmaps include InterLeaved Bitmap (ILBM), Portable Bitmap (PBM), X Bitmap (XBM), and Wireless Application Protocol Bitmap (WBMP). Most other image file formats, such as JPEG, TIFF, PNG, and GIF, to name just a few, store bitmap images (as opposed to vector images), but they are not usually referred to as bitmaps, since they use compressed formats internally.