How do I make an activity full screen? I mean without the notification bar. Any ideas?
Using Android Studio (current version is 2.2.2 at moment) is very easy to add a fullscreen activity.
See the steps:
Done!
Now you have a fullscreen activity made easily (see the java class and the activity layout to know how the things works)!