Re: [android-beginners] Does ANYONE HAVE ANY IDEA WHY THIS CODE WILL NOT PLLAY VIDEO..Video From Youtube in Emulator Android 2.1 Eclipse Gallileo/ Unable to play video

2009-12-22 Thread Len Hodgeman
Nice, now it's working! On Wed, Dec 16, 2009 at 9:03 AM, Valentino XM shourai...@gmail.com wrote: package info.shouraig.com; import java.io.IOException; import android.app.Activity; import android.media.MediaPlayer; import android.os.Bundle; import android.util.Log; import

Re: [android-beginners] Does ANYONE HAVE ANY IDEA WHY THIS CODE WILL NOT PLLAY VIDEO..Video From Youtube in Emulator Android 2.1 Eclipse Gallileo/ Unable to play video

2009-12-22 Thread Len Hodgeman
The video has not been published to the public. If it's published by you, change the settings. If not, try another link. On Wed, Dec 16, 2009 at 9:03 AM, Valentino XM shourai...@gmail.com wrote: package info.shouraig.com; import java.io.IOException; import android.app.Activity; import

Re: [android-beginners]

2009-12-15 Thread Len Hodgeman
It's the directional pad on the physical keyboard. Center button. On Tue, Dec 15, 2009 at 12:38 PM, saurabh sinha saurso...@gmail.com wrote: I am confused in camera application what is use of DPAD_CENTER public boolean onKeyDown(int keyCode, KeyEvent event) { ImageCaptureCallback iccb =