[android-developers] Re: Segmented video streaming on Android

2010-11-03 Thread Jean-François Vidal
Playing Http live Streaming is not Android Developer group question but more Android porting. If I had to do it I will directly manage OMX (OpenMax) component. Each Video segment contain codec configuration metadata and OMX more or less a FIFO for video stream (M4V, h264...). For H264 it will rec

[android-developers] Re: Comment calculer les puissances sur Google ?

2010-11-03 Thread Jean-François Vidal
1) je pense que tu t'es trompé de groupe. Ta question n'a rien à voir avec Android. 2) la langue de ce groupe c'est l'anglais 3) x^n c'est classiquedans les logiciels de calcul. On Oct 22, 10:48 am, karimgomez wrote: > Bonjour, > Je veux savoir comment on calcule les puissances a partir de mote

[android-developers] Re: Arabic Text to Display

2010-10-28 Thread Jean-François Vidal
I face the same issue with Arabic. Even with Froyo (2.2) that embed Arabic font, characters are not connected. I don't know Arabic but a colleague say that at least this is possible to read what is written. With Khmer language this is impossible to display correct characters (http://code.google.com

[android-developers] Re: How to get non-removal SD card storage information?

2010-10-19 Thread Jean-François Vidal
On Oct 19, 3:51 am, Chris wrote: > Hi All > > Now I need some information about SD card storage. I know that the API > Environment.getExternalStorageDirectory() can return SD card path. But > if an Android phone have some no-removal SD card, how do I get this > storage information. I think the r

[android-developers] Re: AT&T Samsung Captivate > mExternalStorageAvailable == false;

2010-10-14 Thread Jean-François Vidal
On Aug 20, 6:27 am, Dianne Hackborn wrote: > It's possible there will be a standard API for this in the future...  but to > be honest, it is hard for me to imagine dealing with multiple external > storage locations as resulting in a decent user experience, so it may not > happen.  Just causing t

[android-developers] rotate application according orientation

2010-10-13 Thread Jean-François Vidal
Hi all, I am modifying an application to rotate according orientation (like Ipad) and I am not satisfied with the result. To apply the rotation I use Animation and Animation.AnimationListener. My Animation class is a modification of Sample API Rotate3dAnimation and I have no problem with it. I h