Re: [android-developers] how to launch Voice Search programatically (ICS)

2012-08-24 Thread Mickaël Gachon
Thu, Aug 23, 2012 at 6:23 AM, Mickaël Gachon > > > wrote: > >> I'm trying to make an application which can launch the google Voice >> Search in Ice Scream Sandwitch. > > > For what purpose? In general, hardcoding package names as you are doing is > a bad i

[android-developers] Re: New to android development

2012-08-23 Thread Mickaël Gachon
It is an eclipse problem. It happens when you try to run an application juste after modifiying a .xml file. You need to remove the .out.xml file created. Then simply click on your project name in the project tree in eclipse and run it. Le samedi 18 août 2012 23:21:02 UTC+2, Saudademaru Envy

[android-developers] how to launch Voice Search programatically (ICS)

2012-08-23 Thread Mickaël Gachon
Hi, I'm trying to make an application which can launch the google Voice Search in Ice Scream Sandwitch. In version older than gigerbread, its quite easy as we juste must send the correct intent : Intent i = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); PackageManager manag

[android-developers] Remove texture in GLES20TriangleRenderer

2011-08-05 Thread Mickaël Gachon
Hello, I'm trying to remove the texture in the GLES20TriangleRenderer google code. http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/GLES20TriangleRenderer.html I remove the texture pos in the mTriangleVerticesData I remove all parts dealing with texture.

[android-developers] OPENGL ES, EGL and NDK

2011-07-26 Thread Mickaël Gachon
Hello, I begin with android apps and my aim is to create an application with a 3D picture moving. The code of this picture is already done in c++ by a friend. But I have no idea how export his code in java correctly. What I have done is take the helloGL2 sample in the ndk and modify the c++ source