摘要: Using Immersive Full-Screen Modeandroid 4.4(Api level 19) introduceview.setSystemUiVisibility() SYSTEM_UI_FLAG_IMMERSIVE combine with SYSTEM_UI_FLAG_HIDE_NAVIGATION and SYSTEM_UI_FLAG_FULLSCREENreveal the system bars with an inward swipe along the region where the system bars normally appear(clean h 阅读全文
posted @ 2013-12-05 22:07 Jsaint 阅读(521) 评论(0) 推荐(0)
摘要: 原文地址:http://developer.android.com/guide/components/fragments.htmlFragmentsfragments 代表一种在activity用户界面的一种行为或者一个部分。你可以结合多个fragments在同一个activity去构建一个multi-pane 界面或者二次使用一个fragment在多个activity中。你可以将fragment作为一个activity模块化区域,这个区域有自己的生命周期,接受自身输入的事件以及你可以在activity运行时添加与删除fragment(某种程度上像是子activity,你也可以二次使用在不同的 阅读全文
posted @ 2013-12-05 22:04 Jsaint 阅读(445) 评论(0) 推荐(0)