Dan, Thanks but that's not quite helpful! :-)
I have my own onCreate and onStart and onDestroy methods that do my service-specific actions. Do I need to also invoke the super-class methods to keep Android happy? And, if so, do I do it before or after I do my own work? ...Jake >>>>> "D" == DanH <[email protected]> writes: D> Maybe, maybe not. It depends on what you want to do. D> On Jul 15, 2:46 pm, Jake Colman <[email protected]> wrote: >> When extending Service with your own Service, should you be calling down >> to the super implementation of the methods that are being overridden? >> If so, do you do it before or after you've invoked your own code? >> >> -- >> Jake Colman -- Android Tinkerer D> -- D> You received this message because you are subscribed to the Google D> Groups "Android Beginners" group. D> NEW! Try asking and tagging your question on Stack Overflow at D> http://stackoverflow.com/questions/tagged/android D> To unsubscribe from this group, send email to D> [email protected] D> For more options, visit this group at D> http://groups.google.com/group/android-beginners?hl=en -- Jake Colman -- Android Tinkerer -- 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

