国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 系統(tǒng) > Android > 正文

Android冷啟動(dòng)實(shí)現(xiàn)app秒開(kāi)的實(shí)現(xiàn)代碼

2019-12-12 02:11:16
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

本文介紹了Android冷啟動(dòng)實(shí)現(xiàn)app秒開(kāi)的實(shí)現(xiàn)代碼,分享給大家,具體如下:

AndroidManifest里對(duì)應(yīng)activity添加屬性android:theme="@style/AppSplash"

<activity      android:name="com.senyint.edu.college.stu.view.activity.SplashActivity"      android:screenOrientation="portrait"      android:theme="@style/AppSplash">      <intent-filter>        <action android:name="android.intent.action.MAIN"/>        <category android:name="android.intent.category.LAUNCHER"/>      </intent-filter>    </activity>

@style/AppSplash:

<style name="AppSplash" parent="Theme.AppCompat.Light.NoActionBar">    <item name="android:windowFullscreen">true</item>    <item name="android:windowBackground">@drawable/splash</item>  </style>

@drawable/splash:

<layer-list xmlns:android="http://schemas.android.com/apk/res/android">  <item>    <bitmap      android:src="@mipmap/splash"/>  </item></layer-list>

如此這樣便可以了,當(dāng)然這只是給用戶的一種感覺(jué),并不是真的“秒開(kāi)”app。

在一個(gè)Activity打開(kāi)時(shí),如果該Activity所屬的Application還沒(méi)有啟動(dòng),那么系統(tǒng)會(huì)為這個(gè)Activity創(chuàng)建一個(gè)進(jìn)程,在進(jìn)程的創(chuàng)建和初始化中,會(huì)消耗一些時(shí)間,在這個(gè)時(shí)間里,WindowManager會(huì)先加載APP里的主題樣式里的窗口背景(windowBackground)作為預(yù)覽元素,然后才去真正的加載布局。而我上文所做的就是把啟動(dòng)的界面放在style的windowBackground配置里作為預(yù)覽元素呈現(xiàn)給用戶。

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持武林網(wǎng)。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 湾仔区| 长治县| 高安市| 桓台县| 沙洋县| 聂拉木县| 彝良县| 错那县| 北宁市| 黑水县| 石林| 南宫市| 翼城县| 平湖市| 淮安市| 大余县| 永济市| 达尔| 内黄县| 汾阳市| 莱阳市| 钟山县| 墨竹工卡县| 静海县| 五家渠市| 大悟县| 彭山县| 前郭尔| 广西| 金沙县| 奈曼旗| 泸水县| 西充县| 云梦县| 襄汾县| 郯城县| 申扎县| 平果县| 马尔康县| 海晏县| 靖江市|