[android-developers] Re: MediaPlayer Error

2008-09-05 Thread marielisacr
Hi, I have the same error and I would like to know too what that suppose to mean, because it happen eventually. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Activity inside TabActivity: never bound to my Service.

2008-09-03 Thread marielisacr
Hi, I have the same problem, for some reason you can't bind a service in an activity inside tabs. Check this post http://groups.google.com/group/android-developers/browse_thread/thread/b58e2487ec03c200/8c2035b4149951ee#8c2035b4149951ee --~--~-~--~~~---~--~~ You

[android-developers] Re: Can bind service in a tabspec view activity?

2008-08-29 Thread marielisacr
Hi, I have the same problem, I didn't realize what was happen till I read your post, so thanks so much. How can I do to make it works even in a tabspec? Is there a way? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: ListView - If you have a item that can focus you can select the Item

2008-08-28 Thread marielisacr
Thanks very much for the suggestions and the answer, I will try that. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] ListView - If you have a item that can focus you can select the Item

2008-08-27 Thread marielisacr
Hi, I am working in an application that have several ListView. Here is the thing, I have a ListView and every row have a button and some text. I need that both events, push the button and select one row, can be handler. I mean if I press the button make some things and if I select one row make

[android-developers] Re: ListView - If you have a item that can focus you can select the Item

2008-08-27 Thread marielisacr
Hey Romain thanks for the answer, So, in conclusion, I can have a focusable item or a focusable child into the item but not both. That means, for example, that if I want to have a list of songs, where if I select one I play it, and each one have a button to add to one playlist is not possible?

[android-developers] Problem with bindService

2008-08-25 Thread marielisacr
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 when I bind it I get the following error Binding to unknown activity. This is how I am using the service: 1. AndroidManifest.xml activity