Janardhan, Sorry, I'm not sure what your question was in the follow-up email, is there something specific that you are struggling with that Balwinder did not provide in his links?
There are various ways to achieve the kind of synchronous messaging you want: standard TCP sockets, Web services, Jabber and SMS are a few options I can think of right now. Your decision on which one will depend on your required performance, pricing options (SMS may be more expensive to the user if you want to transmit frequently), and the overall complexity of your messaging design. If you are looking for something simple, I would suggest looking into Web services, but Jabber might be a good option to consider as well. Regards, Sean On Jun 10, 2009 5:32 AM, "janardhan" <[email protected]> wrote: Hi Balwinder Kaur, Actually i want to do my application as follows i want seperate code for client and server in this scenario if client sends a message to server ,server will receive the message ,after that in server it will give reply to client. (its just like chatting) client hi server will receive hi and server replies hi client will receive hi and client will reply h r u? like that i want. i understand that one wht u send the link. pls reply to this On Jun 9, 8:50 pm, "Balwinder Kaur (T-Mobile)" <balwinder.k...@t- mobile.com> wrote: > Hi Janardhan, > > Could you please provide more details about what you are look... > may helphttp://mobiforge.com/developing/story/sms-messaging-android > > You may also check out the SmsManager Class athttp:// developer.android.com/reference/android/telephony/gsm/SmsManag... > and how to use the Emulator for that athttp:// developer.android.com/guide/developing/tools/emulator.html > > Hope this helps. If not, please be slightly more explicit about what > it is that you are specif... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

