[android-developers] How to send/pass string to a web service from emulator and that web service returns same string.

2012-03-27 Thread ravindra bhavsar
Hello developers, I want to send string from emulator to web service and that web service returns same string to us. if any one has such tutorial or application then please send me. can anyone knows url of web service that returns string that we had just pass.i.e.returning the

Re: [android-developers] How to close the dialogbox when clicking on the menu button

2012-03-27 Thread ravindra bhavsar
Ummm..why? On Wed, Mar 28, 2012 at 10:32 AM, android developer android.developer4...@gmail.com wrote: Hi Good morning to all. Please help me on this. How to close the dialogbox when clicking on the menu button? Thanks you all. -- You received this message because you are

[android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
Hi, I want to sent Text Message from my android emaulator to any email address. How to i do that Plz anybody Help me? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
Thanks for reply Narendra, can u tell me how do i configure my emulator with gmail? On Mon, Mar 26, 2012 at 4:49 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Mon, Mar 26, 2012 at 4:40 PM, ravindra bhavsar ravindra.bhavs...@gmail.com wrote: Hi, I want to sent Text

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
i configure my gmail account with emulator.How to send sms to perticular email address.? On Mon, Mar 26, 2012 at 5:46 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Mon, Mar 26, 2012 at 5:31 PM, ravindra bhavsar ravindra.bhavs...@gmail.com wrote: Thanks for reply Narendra

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
k thank you. On Mon, Mar 26, 2012 at 6:02 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Mon, Mar 26, 2012 at 5:59 PM, ravindra bhavsar ravindra.bhavs...@gmail.com wrote: i configure my gmail account with emulator.How to send sms to perticular email address.? Hi Ravindra

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
help plz On Mon, Mar 26, 2012 at 6:03 PM, ravindra bhavsar ravindra.bhavs...@gmail.com wrote: k thank you. On Mon, Mar 26, 2012 at 6:02 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Mon, Mar 26, 2012 at 5:59 PM, ravindra bhavsar ravindra.bhavs...@gmail.com wrote: i

[android-developers] Calling OnCreate() of one class from another class

2012-03-24 Thread ravindra bhavsar
Hello developers, I want to call OnCreate() of one class from another class which extends BroadcastReceiver.How to i do that. plz anybody help. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Calling OnCreate() of one class from another class

2012-03-24 Thread ravindra bhavsar
have any idea how to do that then please help. On Sat, Mar 24, 2012 at 2:25 PM, Justin Anderson magouyaw...@gmail.comwrote: U Why? On Mar 24, 2012 1:18 AM, ravindra bhavsar ravindra.bhavs...@gmail.com wrote: Hello developers, I want to call OnCreate() of one class

Re: [android-developers] Calling OnCreate() of one class from another class

2012-03-24 Thread ravindra bhavsar
from starting... On Sat, Mar 24, 2012 at 3:08 PM, ravindra bhavsar ravindra.bhavs...@gmail.com wrote: Actually i want to call web service when sms is receive with particular word and my web service is in another class and all the functionality written in OnCreate(). so i want to call web

Re: [android-developers] Calling OnCreate() of one class from another class

2012-03-24 Thread ravindra bhavsar
it will help by intent. On Sat, Mar 24, 2012 at 3:18 PM, ravindra bhavsar ravindra.bhavs...@gmail.com wrote: Thanks for reply Jagruti. can u tell me.When i start activity it will automatically use all functionality that access required web service? . On Sat, Mar 24, 2012 at 3:13 PM

[android-developers] Re: On Reciving SMS Calling Web Service.

2012-03-22 Thread ravindra bhavsar
Hello developers, I want call web service on if particular word is found in message.but it shows null pointer exception. //sms Receiver code import android.content.BroadcastReceiver; import android.content.Context; import

Re: [android-developers] Re: On Reciving SMS Calling Web Service.

2012-03-19 Thread ravindra bhavsar
Hello Ali Chousein, Thanks for reply .I had already follow this article but i don't understand weather Receiver class is called or not because i write simple code in that class but it does not work. and Toast declare in that Articles Receiver class that also not display so i think

Re: [android-developers] Re: On Reciving SMS Calling Web Service.

2012-03-19 Thread ravindra bhavsar
Actually this tutorial works well but i dont undersatand where do i write code that call web service. becauze i write code in Receiver class but it doesn't fire even simple message also it doesn't show...for that reason i confuse where do i write code that call web service... On

Re: [android-developers] Re: On Reciving SMS Calling Web Service.

2012-03-19 Thread ravindra bhavsar
can u tell me sms delivered code is work on emulator or not? On Mon, Mar 19, 2012 at 2:50 PM, Ali Chousein ali.chous...@gmail.comwrote: I guess you need another tutorial on how to deal with broadcast receivers: http://www.vogella.de/articles/AndroidServices/article.html

Re: [android-developers] Re: On Reciving SMS Calling Web Service.

2012-03-19 Thread ravindra bhavsar
Thanks Ali Chousein. On Mon, Mar 19, 2012 at 4:09 PM, Ali Chousein ali.chous...@gmail.comwrote: My experience is that it doesn't. That's why you have to try it on a phone. And yes, working with SMS on a phone is costly. - Ali Chousein

Re: [android-developers] On Reciving SMS Calling Web Service.

2012-03-18 Thread ravindra bhavsar
Hello Marcin Orlowski, Thanks for reply. This is my following code that sends sms and that sms receive the destination mobile.it works well. It display the msg on destination mobile.But I dont understand where do i write code that read

[android-developers] On Reciving SMS Calling Web Service.

2012-03-17 Thread ravindra bhavsar
Hello Developers, I want to call web service when mobile receiving message with particular word like abc.If abc is found then call the web service and if not found then don't do anything.*Is it possible? if yes, then please tell me how to i do that? * -- You received

Re: [android-developers] Android SDK

2012-03-14 Thread ravindra bhavsar
Hello Subramanya, Please refer following links.it will be help full for you 1. http://peter.boctor.net/2010/12/02/installing-the-android-sdk-on-mac-os-x/. 2. http://droidweb.com/2010/06/installing-android-2-0-sdk-on-a-mac/ 3.

[android-developers] sending email to varify email address.

2012-03-08 Thread ravindra bhavsar
Hello sir /Madam, I m new in android development i want send email for verifying that email address.how to i do that.if any on know please tell me procedure and tutorial . Thanks in advanced... -- You received this message because you are subscribed to the