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

首頁 > 系統 > Android > 正文

android實現Splash閃屏效果示例

2019-12-12 05:41:40
字體:
來源:轉載
供稿:網友

本文實例講述了android實現Splash閃屏效果的方法。分享給大家供大家參考,具體如下:

Java代碼:

public class Splash extends Activity{  private final int SPLASH_DISPLAY_LENGHT = 1000;  @Override  protected void onCreate(Bundle savedInstanceState) {    // TODO Auto-generated method stub    super.onCreate(savedInstanceState);    setContentView(R.layout.splash);    new Handler().postDelayed(new Runnable(){      @Override      public void run() {        // TODO Auto-generated method stub        Intent mainIntent = new Intent(Splash.this, Application.class);        Splash.this.startActivity(mainIntent);        Splash.this.finish();      }    }, SPLASH_DISPLAY_LENGHT);  }}

AndroidManifest.xml

Xml代碼:

<application android:icon="@drawable/icon" android:label="@string/app_name">    <activity android:name=".Application" android:label="@string/app_name">      <intent-filter>        <action android:name="android.intent.action.DEFAULT" />        <category android:name="ndroid.intent.category.VIEW" />      </intent-filter>    </activity>    <activity android:name="Splash" android:label="@string/app_name">      <intent-filter>        <action android:name="android.intent.action.MAIN" />        <category android:name="android.intent.category.LAUNCHER" />      </intent-filter>    </activity></application>

PS:這里再為大家提供一個關于AndroidManifest.xml權限控制的在線查詢工具:

Android Manifest功能與權限描述大全:
http://tools.VeVB.COm/table/AndroidManifest

更多關于Android相關內容感興趣的讀者可查看本站專題:《Android編程之activity操作技巧總結》、《Android視圖View技巧總結》、《Android操作SQLite數據庫技巧總結》、《Android操作json格式數據技巧總結》、《Android數據庫操作技巧總結》、《Android文件操作技巧匯總》、《Android編程開發之SD卡操作方法匯總》、《Android開發入門與進階教程》、《Android資源操作技巧匯總》及《Android控件用法總結

希望本文所述對大家Android程序設計有所幫助。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 元朗区| 赤壁市| 洞口县| 孝昌县| 襄樊市| 慈溪市| 固阳县| 莲花县| 马关县| 平泉县| 长海县| 东至县| 雅安市| 彩票| 佛教| 西宁市| 阜新| 聂荣县| 聂荣县| 连江县| 科技| 万安县| 抚顺市| 四川省| 卓资县| 夏河县| 阿拉尔市| 龙江县| 松滋市| 澳门| 澄江县| 光泽县| 日土县| 布拖县| 达日县| 郓城县| 黄浦区| 体育| 嘉善县| 天水市| 丰顺县|