An interesting related problem is that rotating the screen causes my
Activity to be destroyed and (re)created in quick succession. This
means that the service unbind, bind, and unbind are called rapidly
too. And that seems to cause a null pointer exception inside the bind/
unbind logic somewhere. I believe this happens because I'm calling
bind before the unbind is finished and that's happening because I
can't tell when unbind is finished. Just a theory at this point, but
it's looking suspicious.

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to