Yes, you use threads in one of the following ways: 1) Implement Runnable 2) Use Thread class (which also implements Runanble)
In this case you have an example of 2 with an inner class. > Is this an inner class or a inline method definition? I have never seen a > Thread > defined in this way before... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

