android.TICO
Class videoPlayer
java.lang.Object
Activity
android.TICO.videoPlayer
public class videoPlayer
- extends Activity
The class that defines the activity for video playing in TICO projects
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 |
videoPlayer
public videoPlayer()
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