[android-developers] Re: Deciding which method to call when intent is received

2010-02-22 Thread Babasaheb
if my way is correct or not. Thanks, Babasaheb On 19 Feb, 18:53, TreKing treking...@gmail.com wrote: On Fri, Feb 19, 2010 at 5:22 AM, Babasaheb babadam...@gmail.com wrote: Is it Possible? How it can be done? Maybe? I'm really confused on what you're doing. It sounds like you want to offload

[android-developers] Re: Deciding which method to call when intent is received

2010-02-22 Thread Babasaheb
tried : I am not using Intents and Broadcast receivers. I have created two AsyncTasks, one per each module, to invoke action method from the Service. I just need make sure that the action method is re-entrant and thread safe. Hopefully this is correct way of doing things in Android. Thanks, Babasaheb

[android-developers] client certificate authentication for ssl/https connection

2010-02-22 Thread Babasaheb
certificate to server for authentication, during the handshake. Can anybody please provide some tutorial for the same? Thanks, Babasaheb -- 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

[android-developers] Re: Deciding which method to call when intent is received

2010-02-19 Thread Babasaheb
methods for handling the 'resultIntent'. I don't want to use a switch case in broadcast receiver for dispatching the 'resultIntent' to the respective module. Is it Possible? How it can be done? Thanks, On Feb 19, 9:49 am, Babasaheb babadam...@gmail.com wrote: Hi TreKing, Thank you

[android-developers] Deciding which method to call when intent is received

2010-02-18 Thread Babasaheb
? Thanks a lot, Babasaheb -- 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 For more

[android-developers] Re: Deciding which method to call when intent is received

2010-02-18 Thread Babasaheb
Hi TreKing, Thank you for the prompt reply.. :) I will try your solution to see how it solves the problem.. Thanks On Feb 18, 9:17 pm, TreKing treking...@gmail.com wrote: On Thu, Feb 18, 2010 at 8:47 AM, Babasaheb babadam...@gmail.com wrote: Is it possible to send an intent so

[android-developers] Re: How to play a media file on emulator

2010-02-04 Thread Babasaheb
Hi, I think this should help you.. http://groups.google.com/group/android-developers/browse_thread/ thread/c5e6135e6f9a242c I had similar problem, I got my answer here, i.e. the problem is with emulator. Thanks On Feb 4, 10:37 am, prachi prachi.tya...@wipro.com wrote: Hey hii all I hav a