High-Chen Wei | from php to perl: popular scripting language list (1) week Kui Xiang | cloud industry was 1.5 billion earmarked for the cio on Ma calculation still cautious Zhou Kui Xiang | Dell c break highlights the cloud computing environment, storage vendors embarrassing larry | Imagination : If you only pay for the software services Shen Danielle | salesforce of the trouble: how to break the curse of foreign companies into China itkiller | android cousin wallet debut (Figure) shirley | wlan leader h3c force 802.11n wireless access products White unix server is already out of date? unix systems it has been since the birth of 40 years of history, obviously much older than the x86 platform> it network of experts> unix sub-station> Detailed android body the right way to achieve full-screen Author: Tintin source : Lab 2010-11-11 07:00 China it famous: t | t -> android mobile operating system introduced by Google a linux-based open-source mobile operating system, we can appropriate them in the emulator operation to achieve a variety of functions to meet the needs of users ... ... android mobile operating system introduced by Google a linux-based open source mobile operating system in the simulator can be the appropriate action to achieve the various functions to meet the needs of users here on a brief overview of android related methods to achieve full-screen version of the android framework of new and old versions of the realization of a somewhat different version is given here only to achieve full code of android following code fragment: 1. package pub.tetris; 2.importandroid.app.activity; 3.importandroid.os.bundle; 4.importandroid.view . window; 5.import android.view.windowmanager; 6.public class tetrisactivity extends activity {7. / ** called when the activity is first created. * / 8. @ override9.public void oncreate (bundle savedinstancestate) {10. super.oncreate (savedinstancestate); 11. / ** set the full screen, hide all window decorations * / 12.getwindow (). setflags (windowmanager.layoutparams.flag_fullscreen, 13.windowmanager.layoutparams.flag_fullscreen); 14. / ** title belongs to view, so all the modified parts of the window is hidden after the title is still valid * / 15.requestwindowfeature (window.feature_no_title); 16.tileview tile = new tileview (this); 17.tetris tetris = new tetris (); 18.tetris.init (tile); 19.thread engine = new thread (tetris); 20.setcontentview (tile); 21.engine.start (); 22.} 23.} Related News: Editor: valen keyword : android, full-screen, linux tips to share this article: Print off threats to physical security experts Bowen five steps to reduce the risk of cloud services.