[android-beginners] Application in full screen mode ...

2009-10-08 Thread preetam_pict
hello all i want my application to run in full screen mode ... so i have written following code in my main activity SplashScreenActivity ... public static void setWindowsProperties(Activity activity) { // set the window properties

[android-beginners] Re: Application in full screen mode ...

2009-10-08 Thread preetam_pict
please ignore line activity.setContentView(R.layout.splashscreen); from above code ... :) On Oct 8, 5:18 pm, preetam_pict preetam.pa...@gmail.com wrote: hello all i want my application to run in full  screen mode ... so i have written following code in my main activity

[android-beginners] Re: Application in full screen mode ...

2009-10-08 Thread preetam_pict
); setContentView(R.layout.splashscreen); } But i have to do this in every activity right ? Thanks ~pp On Oct 8, 6:24 pm, sDroid hvn4...@gmail.com wrote: I use theme to get full view - android:theme=@android:style/ Theme.NoTitleBar.Fullscreen. On Oct 8, 7:23 am, preetam_pict preetam.pa...@gmail.com

[android-beginners] Re: Application in full screen mode ...

2009-10-08 Thread preetam_pict
...@commonsware.com wrote: preetam_pict wrote: thanks sDroid ! I tried following code ... @Override     public void onCreate(Bundle savedInstanceState)     {        // this should be before calling super.onCreate()!    setTheme(android.R.style.Theme_NoTitleBar_Fullscreen);    super.onCreate

[android-beginners] Help Needed : MediaRecorder error: java.io.IOException: prepare failed

2009-09-08 Thread preetam_pict
Hi all I am trying to write a sample program to record the video (say camcorder application). When i run my program using the emulator (I have android-sdk- windows-1.5_r3) I see java.io.IOException: prepare failed. error in logcat output. Further I can see that I have came across this error

[android-beginners] Re: Help Needed : MediaRecorder error: java.io.IOException: prepare failed

2009-09-08 Thread preetam_pict
/MediaPlayer(554): Unable to to create media player 09-08 12:30:26.203: ERROR/CameraService(554): Failed to load CameraService sounds. thanks ~pp On Sep 8, 1:49 pm, preetam_pict preetam.pa...@gmail.com wrote: Hi all I am trying to write a sample program to record the video (say camcorder