[android-beginners] Re: Why My application could play http but not rtsp?

2009-08-28 Thread Croccy22
I think you'll find rtps is the Real Time Streaming format and therefore you need to have RealPlayer installed to listen to these feeds on a pc. Since there is no RealPlayer for the Android and I don't believe that Android supports playback of Real Player files then I expect this is why you are

[android-beginners] Stop background of ScrollView from Scaling?

2009-08-27 Thread Croccy22
Hi All, Not sure if I am doing something wrong here but here goes anyway: I have an application where most of the XML Views are Linear Layouts. With these when the Virtual Keyboard comes on screen it simply pushes the screen upwards to make space for the keyboard. This is fine and what I want

[android-beginners] Accessing Vibrate from a child Activity?

2008-12-07 Thread Croccy22
Hi all, This is going to be very simple but I'm still trying to get the hand of how classes and Activities etc tie together in java. I am using the Lunar Lander code as a base for a simple application. It has the main class and a gameview class to handle all the drawing etc. I have looked in