Is there an official wiki or somewhere for the community to add snippets? I continue to find less than ideal sample code as well as lacking documentation. For instance just did some Threading work in an app, but is unable to find out what the boolean return value for the android.os.Handler.Callback.handleMessage(Message) signature is all about: http://developer.android.com/reference/android/os/Handler.Callback.html#handleMessage(android.os.Message)
I just always return true - seems to work. But it's a little odd to have to guess like that considering it's been in the public API since Android 1.5. -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

