[android-developers] Displaying Text anywhere on the screen Dynamically

2010-01-26 Thread nicolas cosson
Hi, I'd like to display text on the screen on top of a drawable anytime there is a OnTouch trigger (which is handled). Is it possible? I found TextView and TextPaint but neither of these texts will display itself anywhere in a chaotic fashion, and it won't display itself on top of a drawable. se

[android-developers] Re: Audio in the emulator...

2009-01-31 Thread nicolas cosson
Hello, I have been searching for some time and I can't find a detailled tutorial on how to easily record and then read audio on the emulator under eclipse. I have found these steps: - You have to install a virtual sd card with mksdcard.exe 1024M sdimg.iso -then run the emulator : emulator.exe -

[android-developers] Re: MediaRecorder - No value other than 0 returned from getMaxAmplitude

2009-01-31 Thread nicolas cosson
are you testing it on the emulator or on the G1 device? I'm not sure about it but I've read around some forums that you need a virtual sd card to record audio on the emulator. (with the mksdcard.exe in the tools provided with the sdk) Some other sources also say it isn't possible to record audio

[android-developers] Re: Audio in the emulator...

2009-02-01 Thread Nicolas Cosson
one point. Maybe > one of the developer advocates can point you to it. Another option is > to look for the source for the Sound Recorder application on > source.android.com. It should be in packages/apps/SoundRecorder. > > On Jan 31, 10:45 am, nicolas cosson wrote: > > Hello, >

[android-developers] Re: Audio in the emulator...

2009-02-02 Thread nicolas cosson
lp you with that. > > From the debug spew from the audio input driver, it sounds like it > should be recording. Do you see the file being written to the SD card? > > On Feb 1, 2:45 am, Nicolas Cosson wrote: > > > Thanks for the advice, > > > I work