啟動界面

1. 方法一:SplashActivity 作為主 Activity婉弹,定時跳轉(zhuǎn)到 MainActivity:

package com.ttt.zhihudaily.activity;

import android.content.Intent;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.animation.AlphaAnimation;
import android.widget.ImageView;
import android.widget.TextView;

import com.ttt.zhihudaily.R;

public class SplashActivity extends AppCompatActivity {

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_splash);

        // 動畫
        ImageView imageView=(ImageView)findViewById(R.id.splash_image);
        TextView textView1=(TextView)findViewById(R.id.splash_text_1);
        TextView textView2=(TextView)findViewById(R.id.splash_text_2);
        AlphaAnimation imageAnimation=new AlphaAnimation(0.0f,1.0f);
        imageAnimation.setDuration(1000);
        imageView.setAnimation(imageAnimation);
        AlphaAnimation textAnimation=new AlphaAnimation(0.0f,1.0f);
        textAnimation.setDuration(300);
        textView1.setAnimation(textAnimation);
        textView2.setAnimation(textAnimation);

        new Handler().postDelayed(new Runnable() {
            @Override
            public void run() {
                Intent intent=new Intent(SplashActivity.this,MainActivity.class);
                SplashActivity.this.startActivity(intent);
                SplashActivity.this.finish();
            }
        },2000);
    }
}

2. 方法二:直接在 MainActivity 中搂抒,通過設置 Visibility 實現(xiàn)肆资。

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".activity.MainActivity">

    <android.support.v4.widget.DrawerLayout...>

    <LinearLayout
        android:id="@+id/splash_layout"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical"
        android:background="@color/white">

        <ImageView
            android:id="@+id/splash_image"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="5"
            android:scaleType="centerCrop"
            android:src="@drawable/splash_image"/>

        <TextView
            android:id="@+id/splash_text_1"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:gravity="center"
            android:layout_weight="1"
            android:textSize="40sp"
            android:textColor="@color/colorPrimary"
            android:text="知乎日報"/>

        <TextView
            android:id="@+id/splash_text_2"
            android:layout_width="match_parent"
            android:layout_height="50dp"
            android:gravity="center_horizontal"
            android:textSize="15sp"
            android:textColor="@color/colorPrimary"
            android:text="By   TTTqiu"/>

    </LinearLayout>

</RelativeLayout>
    ......
    private void initSplash(){
        // 防止啟動界面時 RelativeLayout 下的主界面會響應事件
        drawerLayout.setVisibility(View.INVISIBLE);

        ImageView splashImage=(ImageView)findViewById(R.id.splash_image);
        TextView splashText1=(TextView)findViewById(R.id.splash_text_1);
        TextView splashText2=(TextView)findViewById(R.id.splash_text_2);

        AlphaAnimation imageAnimation=new AlphaAnimation(0.0f,1.0f);
        imageAnimation.setDuration(1000);
        splashImage.setAnimation(imageAnimation);

        AlphaAnimation textAnimation=new AlphaAnimation(0.0f,1.0f);
        textAnimation.setDuration(1000);
        textAnimation.setStartOffset(800);
        splashText1.setAnimation(textAnimation);
        splashText2.setAnimation(textAnimation);

        new Handler().postDelayed(new Runnable() {
            @Override
            public void run() {
                LinearLayout splashLayout=(LinearLayout)findViewById(R.id.splash_layout);
                AlphaAnimation layoutAnimation=new AlphaAnimation(1.0f,0.0f);
                layoutAnimation.setDuration(500);
                splashLayout.setAnimation(layoutAnimation);
                splashLayout.setVisibility(View.GONE);
                drawerLayout.setVisibility(View.VISIBLE);
            }
        },2500);
    }
    ......
最后編輯于
?著作權歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末卷谈,一起剝皮案震驚了整個濱河市肠虽,隨后出現(xiàn)的幾起案子旁舰,更是在濱河造成了極大的恐慌母蛛,老刑警劉巖械巡,帶你破解...
    沈念sama閱讀 206,482評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異官还,居然都是意外死亡芹橡,警方通過查閱死者的電腦和手機,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,377評論 2 382
  • 文/潘曉璐 我一進店門妻枕,熙熙樓的掌柜王于貴愁眉苦臉地迎上來僻族,“玉大人,你說我怎么就攤上這事屡谐∈雒矗” “怎么了?”我有些...
    開封第一講書人閱讀 152,762評論 0 342
  • 文/不壞的土叔 我叫張陵愕掏,是天一觀的道長度秘。 經(jīng)常有香客問我,道長饵撑,這世上最難降的妖魔是什么剑梳? 我笑而不...
    開封第一講書人閱讀 55,273評論 1 279
  • 正文 為了忘掉前任,我火速辦了婚禮滑潘,結(jié)果婚禮上垢乙,老公的妹妹穿的比我還像新娘。我一直安慰自己语卤,他們只是感情好追逮,可當我...
    茶點故事閱讀 64,289評論 5 373
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著粹舵,像睡著了一般钮孵。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上眼滤,一...
    開封第一講書人閱讀 49,046評論 1 285
  • 那天巴席,我揣著相機與錄音,去河邊找鬼诅需。 笑死漾唉,一個胖子當著我的面吹牛,可吹牛的內(nèi)容都是我干的堰塌。 我是一名探鬼主播赵刑,決...
    沈念sama閱讀 38,351評論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼蔫仙!你這毒婦竟也來了料睛?” 一聲冷哼從身側(cè)響起丐箩,我...
    開封第一講書人閱讀 36,988評論 0 259
  • 序言:老撾萬榮一對情侶失蹤摇邦,失蹤者是張志新(化名)和其女友劉穎恤煞,沒想到半個月后,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體施籍,經(jīng)...
    沈念sama閱讀 43,476評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡居扒,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 35,948評論 2 324
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了丑慎。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片喜喂。...
    茶點故事閱讀 38,064評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖竿裂,靈堂內(nèi)的尸體忽然破棺而出玉吁,到底是詐尸還是另有隱情,我是刑警寧澤腻异,帶...
    沈念sama閱讀 33,712評論 4 323
  • 正文 年R本政府宣布进副,位于F島的核電站,受9級特大地震影響悔常,放射性物質(zhì)發(fā)生泄漏影斑。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,261評論 3 307
  • 文/蒙蒙 一机打、第九天 我趴在偏房一處隱蔽的房頂上張望矫户。 院中可真熱鬧,春花似錦残邀、人聲如沸皆辽。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,264評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽膳汪。三九已至,卻和暖如春九秀,著一層夾襖步出監(jiān)牢的瞬間遗嗽,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,486評論 1 262
  • 我被黑心中介騙來泰國打工鼓蜒, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留痹换,地道東北人。 一個月前我還...
    沈念sama閱讀 45,511評論 2 354
  • 正文 我出身青樓都弹,卻偏偏與公主長得像娇豫,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子畅厢,可洞房花燭夜當晚...
    茶點故事閱讀 42,802評論 2 345

推薦閱讀更多精彩內(nèi)容