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);



?

  1. [android] 딜레이를 구현하기 위한 꼼수

    Date2016.11.24 CategoryDevelop Byhooni Views1082
    Read More
  2. [android] 초간단 얼럿 (AlertDialog)

    Date2016.10.21 CategoryDevelop Byhooni Views940
    Read More
  3. [Android Error] The number of method references in a .dex file cannot exceed 64K

    Date2016.11.10 CategoryDevelop Byhooni Views896
    Read More
Board Pagination Prev 1 2 Next
/ 2