The simple fix to your example is : handler = new Handler(); final Runnable r = new Runnable() { public void run() { tv.append("Hello ...
確定! 回上一頁