com.neurosky.helloandroid
Class HelloAndroidActivity

java.lang.Object
  extended by Activity
      extended by com.neurosky.helloandroid.HelloAndroidActivity

public class HelloAndroidActivity
extends Activity


Constructor Summary
HelloAndroidActivity()
           
 
Method Summary
 void doStuff(View view)
           
 void onCreate(Bundle savedInstanceState)
          Called when the activity is first created.
 void onDestroy()
           
 void onStart()
           
 void onStop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloAndroidActivity

public HelloAndroidActivity()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)
Called when the activity is first created.


onStart

public void onStart()

onStop

public void onStop()

onDestroy

public void onDestroy()

doStuff

public void doStuff(View view)