First page Back Continue Last page Overview Graphics

UI元件更新又必須放入主執行緒中

runOnUiThread(new Runnable()

{

public void run()

{

UI更新

}

});