ys, u can hide status bar and u can show your application in fullScreen
try this code
write it after SetContentView(Not compulsary , i use it in this manner)
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN);
On Fri, Apr 15, 2011 at 8:3
On Fri, Apr 15, 2011 at 10:59 AM, bob wrote:
> Is there an easy way to remove the status bar at the top of the screen
> in an Android app?
On Android 1.x or 2.x:
http://www.androidsnippets.com/how-to-make-an-activity-fullscreen
On Android 3.x, you cannot remove the system bar, and many apps wil
2 matches
Mail list logo