{"id":210,"date":"2020-03-17T16:59:51","date_gmt":"2020-03-17T08:59:51","guid":{"rendered":"https:\/\/badgameshow.com\/fly\/?p=210"},"modified":"2020-05-19T14:29:45","modified_gmt":"2020-05-19T06:29:45","slug":"android-%e5%8b%95%e6%85%8b%e5%88%a4%e6%96%b7%e9%a0%81%e9%9d%a2%e6%98%af%e5%90%a6%e9%a1%af%e7%a4%ba%e4%b8%a6%e4%b8%94%e6%97%8b%e8%bd%89-activity%e5%85%a7%e7%9a%84fragment%e4%b9%9f%e8%83%bd%e7%94%a8","status":"publish","type":"post","link":"https:\/\/badgameshow.com\/fly\/android-%e5%8b%95%e6%85%8b%e5%88%a4%e6%96%b7%e9%a0%81%e9%9d%a2%e6%98%af%e5%90%a6%e9%a1%af%e7%a4%ba%e4%b8%a6%e4%b8%94%e6%97%8b%e8%bd%89-activity%e5%85%a7%e7%9a%84fragment%e4%b9%9f%e8%83%bd%e7%94%a8\/","title":{"rendered":"Android \u52d5\u614b\u5224\u65b7\u9801\u9762\u662f\u5426\u986f\u793a\u4e26\u4e14\u65cb\u8f49 (Activity\u5167\u7684Fragment\u4e5f\u80fd\u7528)"},"content":{"rendered":"<h4>\u5728Activity&#038;Fragment\u8907\u5beb\u65b9\u6cd5<\/h4>\n<pre><code class=\"language-Java line-numbers\"> @Override\n    public void setUserVisibleHint(boolean isVisibleToUser) {\n        super.setUserVisibleHint(isVisibleToUser);\n\n        \/\/\u662f\u5426\u986f\u793a\u5728\u7528\u6236\u624b\u6a5f\u4e0a\n        if(isVisibleToUser) {\n            Activity a = getActivity();\n            if(a != null)\n            \/\/\u65cb\u8f49\u6210\u6a6b\u5c4f\n            a.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);\n            \/\/\u65cb\u8f49\u6210\u8c4e\u5c4f\n            a.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);\n        }\n    }\n<\/code><\/pre>\n\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>\u5728Activity&#038;Fragment\u8907\u5beb\u65b9\u6cd5 @Override public void setUs &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[5],"tags":[22,13,14],"class_list":["post-210","post","type-post","status-publish","format-standard","hentry","category-android","tag-activity","tag-android","tag-java"],"_links":{"self":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/210","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/comments?post=210"}],"version-history":[{"count":3,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/210\/revisions"}],"predecessor-version":[{"id":490,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/210\/revisions\/490"}],"wp:attachment":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/media?parent=210"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/categories?post=210"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/tags?post=210"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}