Android widget and localservice bind?

You cannot bind to a service from an AppWidgetProvider.

– Spin7ion Sep 27 '10 at 15:47 @Spin7ion: that is impossible to answer in the abstract. You need to redesign your application such that you do not need to try to bind to a service from an AppWidgetProvider. For example, you could use startService() to send an Intent from your AppWidgetProvider to your service's onStart() method.

– CommonsWare Sep 27 '10 at 16:27 thank you, that's what I need – Spin7ion Sep 29 '10 at 16:12.

I writing player, it has main activity that runs localservice. I can't find how bind localservice to widget. When I trying to bind it like in activity it fails.

Plz help me. How can I contact with background service when?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions