android.TICO
Class videoPlayer

java.lang.Object
  extended by Activity
      extended by android.TICO.videoPlayer

public class videoPlayer
extends Activity

The class that defines the activity for video playing in TICO projects


Constructor Summary
videoPlayer()
           
 
Method Summary
 void onConfigurationChanged(Configuration newConfig)
           
 void onCreate(Bundle savedInstanceState)
           
 boolean onTouchEvent(MotionEvent ev)
          When the screen is touched in the videoPlayer activity we finish this activity returning to the main TICO activity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

videoPlayer

public videoPlayer()
Method Detail

onConfigurationChanged

public void onConfigurationChanged(Configuration newConfig)

onCreate

public void onCreate(Bundle savedInstanceState)

onTouchEvent

public boolean onTouchEvent(MotionEvent ev)
When the screen is touched in the videoPlayer activity we finish this activity returning to the main TICO activity