I am not clear with what happens between the bindService and onServiceConnected calls, I was doubting my implementation (Wrapping up the service with a java package) is causing this problem.
2009/7/17 Mark Murphy <[email protected]> > Naveen Krishna Ch wrote: > > I have a use case, an *Android Service is wrapped by a Java package > > containing the Init.java class*. > > Yes. I saw your post from four hours ago on [android-developers]. Your > post did not make much sense to me then, and it makes no more sense to > me now. Don't be so hard Murphy, I was asked to look for alternatives like Looper, handler to manipulate the message queue associated with the Activity so the bindService gets processed and the service connection gets established with in onCreate(). > > > Note that bindService() is not merely asynchronous, but will not even > begin doing any work until you return from onCreate(), AFAIK. Hence, > onServiceConnected() will not be called until sometime after onCreate() > ends. I browsed and could not find any implementation similar to this. > > > > Which mailing list would be appropriate for these kind of queries. > > You had the correct list. You have not waited *nearly* long enough for a > response on that list. If you want four-hour response times to > questions, hire a consultant. I understand 4hours is not enough to expect a response. and wanted to know if there are places, which could be helpful. > > > You are also welcome to try StackOverflow, as there are far fewer > questions asked there. Thanks Murphy for your suggestion. > > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://twitter.com/commonsguy > > _Android Programming Tutorials_ Version 1.0 Available! > -- Shine bright, (: Naveen Krishna Ch :) --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

