[android-developers] H264 implementation

2008-06-22 Thread rajesh
Hey, I have an optimized version of H-264 written entirely in C language. I want to make use of this in my Media applications in Android. Can I use JNI to call this function. Or something else please guide me. Thanks, Raj --~--~-~--~~~---~--~~ You

[android-developers] signal processing using android

2008-06-22 Thread ann
hi, is it possible to install Matlab Simulink, Neural networks and signal processing softwares in Android ? Regards, Ann --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: signal processing using android

2008-06-22 Thread Ahmet A. Akin
if it is possible to compile into java byte code, maybe. On Sun, Jun 22, 2008 at 12:04 AM, ann [EMAIL PROTECTED] wrote: hi, is it possible to install Matlab Simulink, Neural networks and signal processing softwares in Android ? Regards, Ann

[android-developers] Re: signal processing using android

2008-06-22 Thread Mark Murphy
ann wrote: is it possible to install Matlab Simulink, Neural networks and signal processing softwares in Android ? Only if they are written to run on Android, and only if they can get by with little RAM and CPU time. Matlab Simulink, for example, wants 512MB of RAM, which you are unlikely

[android-developers] Re: Cookies Implementation in Application.

2008-06-22 Thread Larry @ z
I remember there is a apache common http lib you can use. I think it already did some works to help u to use 'cookie' On Jun 18, 11:48 pm, Prem [EMAIL PROTECTED] wrote: Hi, I wanted to implement cookie in my Android application. How do we use cookie functionality to track any information and

[android-developers] Is modeless window supported in Android?

2008-06-22 Thread ferne.ych
Hi all, Is modeless window supported in Android? Or can I run an Activity like running a Dialog (If I click the area outside of its size, it will disappear)? Best regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] android.speech.recognition???

2008-06-22 Thread Wesley Sagittarius
I found this API, but I dunno how to use... any one or any tutorial is available on speech recognition system on android??? http://lamp.epfl.ch/~linuxsoft/android/android-m3-rc20a/docs/reference/android/speech/recognition/package-summary.html Wesley.