WIMM Labs


Package com.wimm.framework.watches

Classes for creating a watchface Activity.

See:
          Description

Class Summary
AnalogWatchView The AnalogWatchView class extends BaseWatchView to create an analog type watchface.
BaseWatchView BaseWatchView is the base class for AnalogWatchView and DigitalWatchView.
DigitalWatchView The DigitalWatchView class extends BaseWatchView to provide digital watch functionality.
WatchActivity WatchActivity is the base class that watchface activities can extend.
 

Enum Summary
AnalogWatchView.SecondHandMovement The SecondHandMovement class provides watchface hand movement for AnalogWatchView.setSecondHandMovementType(com.wimm.framework.watches.AnalogWatchView.SecondHandMovement).
AnimatingImageView.AnimationType  
BaseWatchView.UpdateResolution Enum containing the String constants "SECOND" and "MINUTE".
DigitalWatchView.NumberTransition NumberTransition enumerates BLIT, CROSSFADE, and FLIP named type constants for DigitalWatchView.setTransitionType(com.wimm.framework.watches.DigitalWatchView.NumberTransition).
 

Package com.wimm.framework.watches Description

Classes for creating a watchface Activity.


WIMM Labs