[android-developers] Fullscreen and SurfaceView

2010-03-02 Thread Bolha
don't call prepare and play, the audio continues to play, but no video is shown in the surface view. Does anyone have an idea of how to switch to fullscreen mode without reloading the video? Thanks in advance. Bolha -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Dialog goes away on click of search button

2010-02-26 Thread Bolha
, let us know (hehe, I've just found my app suffers from something similar...) Thanks for the attention! Bolha On 26 fev, 03:52, A R amit.r...@gmail.com wrote: Bolha, Thanks for responding. Dialog is created using onCreateDialog and I am invoking it by showDialog(int id) Below is the code

[android-developers] Re: Dialog goes away on click of search button

2010-02-25 Thread Bolha
source code? Thanks Bolha On 25 fev, 16:53, A R amit.r...@gmail.com wrote: Hi,  I have an activity which starts with a progress bar and I do not want the progress bar to go away until the processing is done, I have set the dialog to be setCancelable(false) so now user cannot cancel

[android-developers] Re: Gridview loads in reverse on onConfigurationChanged

2010-02-25 Thread Bolha
without doing a manual views caching? I've seen that the position parameters is informed in order, but I have no clue why the View instance doens't correspond to the correct position. Oh, just to make it clear, I'm programming on SDK version 2.1 but running on a 1.5 device. Thanks for the help Bolha

[android-developers] Re: Resizing video on the Nexus One turns surface white

2010-02-24 Thread Bolha
. The only problem in this approach is that there's a small delay between the the mediaPlayer.release() and the reinstantiation. That's worse when playing streaming, because the client needs to reconnect with the server. Best regards. Bolha On 4 fev, 07:28, Kirwan Lyster kirwan.lys...@wecomm.com

[android-developers] Re: Gridview loads in reverse on onConfigurationChanged

2010-02-24 Thread Bolha
]; } } I hope it helps. Best regards. Bolha On 20 jan, 00:35, Streets Of Boston flyingdutc...@gmail.com wrote: The animation is not necessary to make it happen. It just makes it really easy to actually see the issue :-) On Jan 19, 6:06 pm, Mike M mike.mos...@gmail.com wrote: yeah, I