Skip to content

cleverua/blackberry_image_browser

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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