[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 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 packets over the network. >

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

2009-09-22 Thread Vishal.Android
Hey, thanks. Using HorizontalScrollView, I could get the scroll bar and also able to scroll the view. One more question: Instead of the horizontal scroll bars, is there any option to get the Left and Right arrows at the ends to scroll the view or something like a grid view? On Sep 14, 7:53 am, S

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

2009-09-22 Thread Vishal.Android
Hey, thanks. Using HorizontalScrollView, I could get the scroll bar and also able to scroll the view. One more question: Instead of the horizontal scroll bars, is there any option to get the Left and Right arrows at the ends to scroll the view or something like a grid view? On Sep 14, 7:53 am, S

[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 wrote: > try HorizontalScrollView --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"

[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 wrote: > Have you reviewed List14 in the API demos? > > On Sep 2, 11:47 am, Vishal Gaonkar wrote: > > > I am trying to add an icon in the list view. > > Below is my code snippet and realted xml, without the icon(i.e. just > > list view)