搜尋此網誌

2016年8月8日 星期一

【Android】Thread

ref:
https://ptodue.gitbooks.io/book2/content/2.1.2.html
http://ptodue.blogspot.tw/search/label/Runnable
http://ptodue.blogspot.tw/search/label/runOnUiThread

實作Thread常用的使用方法有2種:

  • 繼承Thread class,再override實現run() method

  • 或是簡寫
  • implements Runnable(實作Runnable interface), 再override實現run() method。

  • 或是簡寫

沒有留言: