Android Application Programming

Tips & Tricks

Saturday, August 10, 2013

How to remove notification bar

Put this code in your onCreate() method,

this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
Posted by Admin at 9:02 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: How to, Notification Bar

How to remove title bar..

Put this in your onCreate() method.

this.requestWindowFeature(Window.FEATURE_NO_TITLE);

Posted by Admin at 9:00 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: How to, Window
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Links

  • ►  2017 (2)
    • ►  March (1)
    • ►  January (1)
  • ►  2016 (1)
    • ►  January (1)
  • ►  2015 (1)
    • ►  September (1)
  • ►  2014 (12)
    • ►  July (2)
    • ►  June (2)
    • ►  May (4)
    • ►  April (1)
    • ►  March (1)
    • ►  January (2)
  • ▼  2013 (3)
    • ►  November (1)
    • ▼  August (2)
      • How to remove notification bar
      • How to remove title bar..
  • ►  2012 (1)
    • ►  September (1)

Tips

  • How to
  • Notification Bar
  • WebView
  • Window
  • click event
  • touch event
Ethereal theme. Powered by Blogger.