Make sure you are executing this in a background thread, as you don't want 
to tie up the UI for ten seconds.



On Thursday, August 2, 2012 12:06:04 PM UTC-5, podbereznov maksim wrote:
>
> private void circle() throws InterruptedException{
>             for (int i = 0; i <= 100; i++ , Thread.sleep(100)) {
>                 
>                ....
>
>                 
>                 
>             }
>         }
>

-- 
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

Reply via email to