com.h20.course.tp4
Class LblpActivity

java.lang.Object
  extended by Activity
      extended by com.h20.course.tp4.LblpActivity

public class LblpActivity
extends Activity

This class is the activity used to insert a new label into the data-base.

Author:
fpereira

Constructor Summary
LblpActivity()
           
 
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

LblpActivity

public LblpActivity()
Method Detail

onCreate

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

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