[android-developers] Re: Decode MP3 audio data to PCM audio format in android

2009-12-10 Thread purvi
mp3 data and decode it to pcm and then pass it on to the hardware thru the PV multimedia framework. So I want to access that decode function from native MediaPlayer.cpp. Thanks for the help Regards, Purvi On Dec 9, 5:23 pm, Robert Green rbgrn@gmail.com wrote: You're going to want to do

[android-developers] Decode MP3 audio data to PCM audio format in android

2009-12-09 Thread purvi
? Thanks. Regards, Purvi -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Re: problem in playing mp4 video file

2009-11-02 Thread purvi
many instances of MediaPlayer are created? Can anyone please help us? Thanks. Regards, Purvi On Oct 21, 12:43 am, loril...@gmail.com loril...@gmail.com wrote: From the following link I get to know that we get the error 'PVMFErrNoResources' when the resource is not available:http

[android-developers] Re: Extremely long DNS lookup (and failure) on T-Mobile network

2009-10-26 Thread purvi
] so it doesnot give any Force Close error but I want the user to be notified about this. Can you please comment on this and incase if you can help me out with this? Thanks a lot. Regards, Purvi On Oct 15, 2:26 am, tomei.ninge...@gmail.com tomei.ninge...@gmail.com wrote: More info: I found out

[android-developers] How to get a segmented bar just like iphone in android

2009-10-23 Thread purvi
Hello, Can anyone please help me to know how can we get the segmented bar in android just like we have in iphone? Thanks. Regards, Purvi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] height of custom view

2009-10-21 Thread purvi
. Regards, Purvi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] text not linkified

2009-10-21 Thread purvi
anyone tell me what is the right way to set a linkify textview from code? Thanks. Regards, Purvi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Custom View donot Draw in ListView

2009-10-16 Thread purvi
()); return v; } } Can anyone help me to find what I am doing wrong? Thanks. Regards, Purvi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Align tabs horizontally to the left of screen

2009-10-08 Thread purvi
to landscape, the tabs should be positioned to the left of the screen like two rows and one column each row with one tab. Can anyone please help me to arrange the tabs to the left of the screen? Thanks. Regards, Purvi --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: You must supply a resource ID for a TextView

2009-10-07 Thread purvi
Hi, I had the same problem, it was gone when i removed all the @override lines above the functions of the SeparateListAdapter. So try not overriding the functions. It worked for me. Regards, Purvi On Sep 27, 4:00 pm, Wouter wouterg...@gmail.com wrote: But I declare it there and then in my

[android-developers] Hello

2009-10-05 Thread purvi
I am an android developer and want to join this group to learn as well as contribute. Thanks. Regards, Purvi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] When Softkeyboard in emulator appears, EditText view donot scroll up

2009-10-05 Thread purvi
. My .xml layout is as follows: AbsoluteLayout TextView/ FrameLayout ListView/ /FrameLayout EditText / Button/ /AbsoluteLayout Can anyone please help me out how can I make the view scroll by itself when the soft keyboard appears? Thanks. Regards, Purvi