[android-developers] Re: OpenGL ES show case

2009-03-02 Thread opengl es
Note that the number displayed at the bottom is not the FPS, it is the time spent to render a frame (avg on 10 samplers) On Mar 1, 12:25 pm, opengl es wrote: > Hi, > > yes it uses the latest emulator package; the 1.1rc1 one, and didn't do > anything specific foropengles > &g

[android-developers] Re: OpenGL ES show case

2009-03-01 Thread opengl es
Hi, yes it uses the latest emulator package; the 1.1rc1 one, and didn't do anything specific for opengl es franck On Feb 27, 7:39 am, Sachin pandhare wrote: > Hi Franck, > the performance looks good. this is on emulator if i am not wrong. > does it use the latest Android packa

[android-developers] Re: OpenGL ES show case

2009-02-26 Thread opengl es
Hi, Yes it's a game, but i'm not sure i'm gonna sell it... I'm not that good in graphics :) and I'm afraid about performances On Feb 26, 11:12 am, Stoyan Damov wrote: > I love pool and can't wait for the game. You're doing a game, right? > Right? I'll be your first customer ;) > > Cheers > > O

[android-developers] Re: How to use WSDL web service in Android

2008-11-06 Thread opengl es
Hi, I use KSOAP2 (you'll find more about KSOAP2 in forums/groups etc..) It works great once you know how to deal with XSD and namespaces and KvmSerializable here is what i do: private static final String SOAP_ACTION = "MyMethod"; private static final String METHOD_NAME = "MyMethod"; pr

[android-developers] Re: call a soap web service from an android application

2008-10-17 Thread opengl es
Hi, I can't find AndroidHttpTransport... (I'm using android-sdk-windows-1.0_r1) Franck On Oct 17, 6:26 am, "shailesh prakash" <[EMAIL PROTECTED]> wrote: > Hi christian110011, > > for kSOAP, you have to do something like this : > // you have to download ksoap for j2me and extend it's > org.ksoap2