views:

60

answers:

1

hi, I am working on Android projects. I need to use a background thread that should use handlers. My doubt is when we are using a new thread , what is the need to have handler associated with it . I am very much confused of using Handlers in my program. I did n't find any good tutorials or sample programs that deal with Hanlders.Can any one post me a sample program on Android Handlers? I will be waiting for reply.

thanks in Advance,

A: 

Hope this helps: http://stackoverflow.com/questions/3633439/handlers-in-android/3633679#3633679

Sameer Segal
Thnaks for suggestions
Android_programmer_office