com.h20.course.tp4
Class LblmActivity

java.lang.Object
  extended by ListActivity
      extended by com.h20.course.tp4.LblmActivity

public class LblmActivity
extends ListActivity

This class is the activity used to remove a label from an item in the data-set.

Author:
fpereira

Constructor Summary
LblmActivity()
           
 
Method Summary
 void onCreate(Bundle savedInstanceState)
          Creates the activity.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LblmActivity

public LblmActivity()
Method Detail

onCreate

public final void onCreate(Bundle savedInstanceState)
Creates the activity.

Parameters:
savedInstanceState - The information that is passed to this activity.