Ive had a look at the following sample code: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html
But i cant get it to run on the emulator. Is the layout.xml avaible for this file? Do i need to install another app in order for this one to work? All i want is a simple demo that prints out the words that the app have recognized. Thanks
If you are using Eclipse ApiDemos is part of the sample apps available through the Android SDK and AVD manager. Open that up and select the sample packages for the Android version you are working with. That will give you what you need.