[android-developers] Re: Problem with bindService

2008-09-01 Thread TuanTuan
Yes, I also notice this problem. Anyone can help on this? Thanks. On 8月30日, 上午4时44分, marielisacr <[EMAIL PROTECTED]> wrote: > Hi Justin, > > The problem appears when you try to bind the service in a tabspec, if > you do it in an independent activity everything works fine. > > This used to work

[android-developers] Re: Problem with bindService

2008-08-29 Thread marielisacr
Hi Justin, The problem appears when you try to bind the service in a tabspec, if you do it in an independent activity everything works fine. This used to work in the older SDK, so how can we do to fix this? I found out the problem in the next post http://groups.google.com/group/android-develope

[android-developers] Re: Problem with bindService

2008-08-29 Thread marielisacr
I did it following the RemoteService example in the Api Demos, it says that this is an action code you can use to select the service without explicitly supplying the implementation class. When I first start the service I use startService(new Intent("com.android.example.MUSIC_SERVICE")); and ever

[android-developers] Re: Problem with bindService

2008-08-28 Thread Justin (Google Employee)
What is this "com.android.example.MUSIC_SERVICE" that you are referring to? Regards, Justin Android Team @ Google On Aug 25, 12:08 pm, marielisacr <[EMAIL PROTECTED]> wrote: > Hi, > > I am working on an application and I am trying to migrate it to 0.9 > I am trying to use a remote service but wh