lwc:programming:mobile:android:runnable

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lwc:programming:mobile:android:runnable [2022/02/23 15:30] John Harrisonlwc:programming:mobile:android:runnable [2022/02/23 15:31] (current) John Harrison
Line 5: Line 5:
  
     public void run(){     public void run(){
-       System.out.println("MyRunnable running");+       Log.v("MyRunnable running");
     }     }
   }   }
Line 40: Line 40:
 </code> </code>
  
-//Borrowed and reworded from [[http://tutorials.jenkov.com/java-concurrency/creating-and-starting-threads.html|here]].//+//Borrowed and reworded from [[http://tutorials.jenkov.com/java-concurrency/creating-and-starting-threads.html|this excellent resource]].//
  
  • lwc/programming/mobile/android/runnable.1645651823.txt.gz
  • Last modified: 2022/02/23 15:30
  • by John Harrison