[android-developers] Changing System date - Android Emulator

2009-04-06 Thread Markiv
Hi Team, For testing my android application, I need to change the date on the Android Emulator to a future date. But every time I change the date ... the emulator resets it back to the current date. I go to menu - settings - day and time to make the Date change. I know there is a adb shell

[android-developers] Error with Linear Layout

2009-02-15 Thread Markiv
Hi Everyone, Eclipse doesn't seem to like the constant VERTICAL in the LinearLayout. Can you tell me what the problem might be. Here is a snippet of the code I have. I am using the latest Android SDK. Thanks, Vikram import android.widget.LinearLayout; public class HelloViews extends

[android-developers] Re: MediaPlayer example: Has anyone been able to stream an .mp4 file yet?

2008-04-04 Thread Markiv
I am having the same issue...let me know if you figure out a solution... Vikram On Apr 4, 1:46 am, acopernicus [EMAIL PROTECTED] wrote: Please feel free to test your working code against my .mp4 file if your code works. It's possible there's something wrong with my .mp4 file, but I doubt