[android-developers] Re: ListView's OnItemClickListener is not called

2008-10-07 Thread marielisacr
Hi, Yes, there is a problem with that. You should notice that if you select the row by the keyboard the OnItemClickListener is called, but you can't select the button then. I think is the same problem that I posted in http://groups.google.co.ve/group/android-developers/browse_thread/thread/1fde3

[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 r

[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 Group

[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: 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@googlegroups.c

[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] 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 an

[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

[android-developers] Problem with SurfaceView

2008-08-25 Thread marielisacr
Hi, I am working in an Android application, now I am trying to migrate it to version 0.9, but I am having some problems. I would like to use the same SurfaceView to put videos and images. In first place I would like to know how can I use a SurfaceView to display bitmaps and videos. For example, I