Wednesday, June 27, 2018

လွၵ်းလၢႆးႁဵတ်း(Splash Screen) တီႈၼႂ်း Android Studio

ၸႂ်ႉတူၺ်းၼင်ႇတႂ်ႈၼႆႉ



code

package com.example.jaotainum.welcomescreen;

import android.content.Intent;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;

public class Main extends AppCompatActivity {
    private  int SPLASH_TIME_OUT = 4000;
    @Override    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
        new Handler().postDelayed(new Runnable() {
            @Override            public void run() {
                Intent home = new Intent(Main.this,HomeActivity.class);
                startActivity(home);
                finish();;
            }
        },SPLASH_TIME_OUT);
    }
}

No comments:

Post a Comment

လွၵ်းမိုဝ်း လႄႈ ၽွၼ်ႉ တႃႇၶွမ်း Windows (Keyboard and Fonts For Windows 7,8,10)

ၼင်ႇႁိုဝ်လႄႈ ပေႃးတေပဵၼ်တၢင်းၵမ်ႉထႅမ် တွၼ်ႈတႃႇၽူႈၸႂ်ႉတိုဝ်းၶွမ်းႁဝ်းၶဝ်ၼၼ်ႉ လူဝ်ႇမႃးမိူဝ်ႈလႂ်ၵေႃႈ ႁႂ်ႈပေႃးႁႃငၢႆႈ ၸၼ်ငၢႆႈ ယိူင်းဢၢၼ်း...