티스토리 뷰
new Handler().postDelayed(new Runnable() {
@Override
public void run() {
startActivity(new Intent(Loading.this, CarMainActivity.class));
finish();
}
}, 2000);
'개발 > 개발 자료' 카테고리의 다른 글
알아두면 좋은 날짜관련 함수 (0) | 2014.10.30 |
---|---|
알아두면 좋은 시스템변수 (0) | 2014.10.30 |
웹뷰에서 alert 띄우기 (0) | 2014.10.11 |
Intent Video 실행시키기 (0) | 2014.10.11 |
(Android) overridePendingTransition( int enterAnim, int exitAnim ) (0) | 2014.08.13 |
댓글