I've added this code to onCreate in each of my activites.
requestWindowFeature(Window.FEATURE_NO_TITLE);
However, when running on my phone, there's a brief moment on loading the app where it can be seen. Is there a way to remove it altogether? I don't want the title bar on any of my activites.