[android-developers] Re: How to configure the sampling rate/period while audio capture?

2009-09-24 Thread Vishal.Android
How to capture the audio data from mic into a buffer instead of a file? On Sep 23, 2:43 pm, Vishal Gaonkar vishal.andr...@gmail.com wrote: I am working on a VOIP based application. I need to capture the audio from mic at 8000 hz sampling rate, get the 20msec packets, encode and send the

[android-developers] Re: How to have a horizontal scroll view with multiple buttons?

2009-09-18 Thread Vishal.Android
Tried this in the xml but am not able to get the scroll bars. Any samples or pointers? On Sep 14, 7:53 am, Samuel samuel...@gmail.com wrote: try HorizontalScrollView --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: How to add an icon in the List view?

2009-09-03 Thread Vishal.Android
Thanks Greg, that was very helpful. On Sep 2, 8:54 pm, greg sep...@eduneer.com wrote: Have you reviewed List14 in the API demos? On Sep 2, 11:47 am, Vishal Gaonkar vishal.andr...@gmail.com wrote: I am trying to add an icon in the list view. Below is my code snippet and realted xml,