Location: home > projects > wwpc

wwpc: A Dieter's Calculator for J2ME
What?   WWPC is a J2ME MIDlet (for mobile phones)that replicates the functionality of the Weight Watchers' Points calculating slide rule. The equation used is similar to: p = (c/50) + (f/12) - (min(r,4)/5) where p = Points, c = calories, f = fat grams, and r = dietary figer grams. This is an unofficial utility, and I have no relationship with Weight Watchers.

The "regular" version has been optimized for the Motorola T720 phone. It only the basic J2ME API so it should work on all other J2ME devices, but it has been optimized to deal with certain quirks found on the T720. If the "regular" version doesn't work (or work) well for you, please try the "basic" version.

The Goods   License: MIT License (from opensource.org)
"Regular" - Optimized for the T720 "Basic" - should work fine on all devices
Facts   Platforms: Java 2 MicroEdition, MIDP 1.0
Language: Java
Tools: Java 2 SDK, Java2 Micro Edition Wireless Toolkit, Sun ONE Studio
Current Version: 1.0
Status: done