WIMM Labs


Package com.wimm.framework.app

Application functionality and interaction classes.

See:
          Description

Interface Summary
DatePickerDialog.OnDateSelectedListener This interface supports a callback function that is called when the date is selected.
TimePickerDialog.OnTimeSelectedListener Interface supporting a callback function called when the time is selected.
YearPickerDialog.OnYearSelectedListener Interface supporting a callback function called when the year is selected.
 

Class Summary
AlertDialog A Dialog that can display one, two or three buttons.
DatePickerDialog A Dialog for selecting a date (month and day).
Dialog A bordered window that appears on top of the current Activity to present an immediate task or choice to the user.
FontManager The FontManager class adds additional fonts to those already available from the Typeface class.
LauncherActivity The LauncherActivity class provides application launching and exiting behaviors.
Notification Represents a notification that is presented using the NotificationAgent.
NotificationAgent Manages and presents notifications.
TextInputDialog This class provides a text entry Dialog.
TimePickerDialog A Dialog for selecting a time (hour and minute).
YearPickerDialog A Dialog for selecting a year.
 

Package com.wimm.framework.app Description

Application functionality and interaction classes.


WIMM Labs