Well, there can be many situation which you have think over about. Networks can go on and off, and if the requirement of sending off the messages immediately is very important, then obviously, http post would not work all the time. You can however make it a combination of both the things.
And, well, if you code it well, Android can definitely handle/process many of these requests in a short time. On Fri, Nov 12, 2010 at 9:42 PM, Matt <[email protected]> wrote: > Hi everyone, > > I have been playing around with the sdk for a little while now, and > I'm becoming comfortable with java and the android platform (I've > previously coded in php for many years now). I'm developing an app > that has one essential requirement: intercept an incoming text message > and send it off to an application on a remote server. I can achieve > this one of two ways (I think): > > 1. send the intercepted msg as another sms to an email address that is > piped to my application > > 2. send the intercepted msg via http post using android's built-in > functionality > > #2 sounds much less kluge, but I am worried about android's ability to > process many of these requests in a short time period. I need my app > to be able to handle many of these intercepted messages every minute. > Given this requirement, I'm unsure whether either of my solutions is > solid. Does anyone have experience w/ using http post requests or have > some sort of intuition as to whether either of these solutions will > work? > > Thanks, > > Matt > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

