Contents

Views 1082 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

딜레이 꼼수 ㅋㅋ

Runnable run = new Runnable()
{
    @Override
    public void run()
    {
        callSearchToonList(sort);
    }
};
// 속도의 딜레이를 구현하기 위한 꼼수
Handler handler = new Handler();
handler.postDelayed(run, 5000);



?

List of Articles
No. Category Subject Author Date Views
» Develop [android] 딜레이를 구현하기 위한 꼼수 hooni 2016.11.24 1082
2 Develop [android] 초간단 얼럿 (AlertDialog) hooni 2016.10.21 940
1 Develop [Android Error] The number of method references in a .dex file cannot exceed 64K hooni 2016.11.10 896
Board Pagination Prev 1 2 Next
/ 2