Not sure why there needs to be manual need for me saying loop
prepare() etc.. If some thing would have to be done in seperate
thread.. the api could have taken care of it internally with out me
trying to tell all these.. May need to work few practical examples to
understand thest two api's :)

Regards,
Nagendra

On Mar 23, 8:55 am, hackbod <[EMAIL PROTECTED]> wrote:
> A Looper runs the message loop of a thread.  If you don't call
> Looper.prepare() (and then Looper.loop()) in a thread, that thread
> won't have a message loop, so can't have Handler objects that accept
> messages.
>
> Docs are here:
>
> http://code.google.com/android/reference/android/os/Looper.htmlhttp://code.google.com/android/reference/android/os/Handler.html
>
> On Mar 22, 10:06 am,RajaNagendraKumar<[EMAIL PROTECTED]>
> wrote:
>
>
>
> > Hi,
>
> > Could any one provide info what is this Looper and what is the design
> > issues around this..
>
> > I keep getting the error saying xxx can't be allowed with out looper,
> > only one looper prepare expected etc.
>
> > Regards,
> >RajaNagendraKumar
> > C.T.Owww.tejasoft.com- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to