Package com.h20.course.tp4

This is the core package for the application.

See:
          Description

Interface Summary
Entry This interface describes a phone address entry, which consists on a name, plus a phone number.
 

Class Summary
AddrActivity This activity opens a window to add new entries to the phone book.
EntryImpl This is an implementation of the Location interface.
LblmActivity This class is the activity used to remove a label from an item in the data-set.
LblpActivity This class is the activity used to insert a new label into the data-base.
NameDirectory This class implements a list of names, which consists of a set of names (Entry), plus a set of labels.
R  
R.attr  
R.drawable  
R.id  
R.layout  
R.string  
TP4 This class implements the first part of the course homework.
 

Exception Summary
LabelNotFoundException Exception that characterizes situations when we need to find a label in the name directory, but the label is not there.
NameNotFoundException This exception characterizes situations when the name is not found in a list, during a lookup.
 

Package com.h20.course.tp4 Description

This is the core package for the application.

Since:
1.0