PicView v1.0.0
README

PicView - Simple MIDP picture viewer
Copyright (c) 2006 Nicholas Chihau Yang


PicView is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

PicView is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA


About

PicView is a very basic MIDP (J2ME) picture viewer for your cell phone or mobile device. Pictures must be compiled into the JAR. Supports simple scrolling for pictures that won't fit on the screen. Can be used as a framework for more complex MIDP picture applications.

Please send me questions, comments, suggestions, and any feedback!  I'd appreciate it a lot.  ^_^

 

Back to top


Requirements

  • Java MIDP 2.0, must exist on the device you want to run this on
  • Method of uploading to mobile device (USB cable, Bluetooth, email, etc.)
  • Mobile device must support image file formats that you upload (PNG, GIF,
    JPG, etc.)
  • Java Wireless Toolkit, to JAR package with your picture files

 

Back to top


Usage

LEFT/RIGHT   Scroll left/right
UP/DOWN   Scroll up/down
4/6   Scroll left/right in bigger increments
2/8   Scroll up/down in bigger increments
FIRE (SELECT)/5   Center picture on screen

 

Back to top


Gallery

  PicView menu on emulator.     GIF picture on emulator.
             
  GIF picture on V180.     JPEG picture on V180.
             
  About screen on V180.        

 

Back to top