This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: Full Screen and No title
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
I know I bore you with web based app development and not java. Thus, some small java notes. The code to set Full Screen with No Title for SDK 1.0r2 is: super.onCreate(savedInstanceState);
Notice that has changed from previous SDK versions namely the use now of FLAG_FULLSCREEN. I choose to use it so that I could put application title in the toolbar of the application rather than the outer window frame.