[android-developers] How To Set Audio Buffer In AudioTrack Class?

2009-05-05 Thread Reghu
Hi All, This is my audio configuration int mStreamType = AudioManager.STREAM_MUSIC; int mSampleRate = 44000; int mChanelconfig = AudioFormat.CHANNEL_CONFIGURATION_STEREO; int mAudioFormat= AudioFormat.ENCODING_PCM_16BIT; Can any body tell me

[android-developers] Re: Is it possible to call methods of a Activity from service.

2009-04-29 Thread Reghu
Thank you i made it On Apr 27, 9:46 pm, "Justin (Google Employee)" wrote: > Look into android.os.Handler. > > Cheers, > Justin > Android Team @ Google > > On Apr 27, 6:24 am,Reghu wrote: > > > Hello, > > > Is it possible to call methods

[android-developers] Load Previous UI From Stack

2009-04-28 Thread Reghu
Hai Is there any way to load my previous UI from stack. My requirement is I click "HOME" from my current UI and now i am listening to a external event with the help of a service. When i get the external event i like to load my previous UI. Is there any way. What i did was... Intent callerpage

[android-developers] Is there any way to start a new activity from a service.

2009-04-28 Thread Reghu
Hi, Is there any way to start a new activity from a service. Thank you --~--~-~--~~~---~--~~ 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.

[android-developers] How To Load Previous Activity Which Is Running In Background

2009-04-28 Thread Reghu
Hello, Is there any way to load previous activity which is running in background. Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-dev

[android-developers] Is it possible to call methods of a Activity from service.

2009-04-27 Thread Reghu
Hello, Is it possible to call methods of a Activity from service. I am running a thread from a service and i listening to some external event from that thread. I am not able to call methods from that thread. Is there any way to call methods from a thread. Thank you --~--~-~--~~---

[android-developers] How To Load Previous Activity

2009-04-27 Thread Reghu
Hello, Is it possible to call methods of a Activity from service. I am running a thread from a service and i listening to some external event from that thread. I am not able to call methods from that thread. Is there any way to call methods from a thread. Thank you --~--~-~--~~---