Skip to content

Custom ImageBrowser component for Java BlackBerry development. It allows render images in a "mosaic"-like view.

Notifications You must be signed in to change notification settings

cleverua/blackberry_image_browser

Repository files navigation

DESCRIPTION

This is a custom ImageBrowser component for Java BlackBerry development.

Usage

ImageBrowser component has ImageBrowserScreen as an entrance point. ImageBrowserScreen constructor accepts IImageBrowserItemModel collection and number of columns/rows to display. IImageBrowserItemModel is a simple interface with just 2 methods - String getImgUrl() and String getLabel().

EXAMPLES

The source code contains SampleApplication as a sample application. The application creates its working dir on SDCard, populates it with 20 sample images and starts ImageBrowser for the images.

About

Custom ImageBrowser component for Java BlackBerry development. It allows render images in a "mosaic"-like view.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages