I am running a background service were data is posted to an online
site that process the information to post to online database. The
problem i am encountering is that with the data being posted if there
is an error there is not immediate way for me to know. i am
considering several options. First is having a handler on the website
to send me and email that there was error parsing the data. But the
problem here is that this has its own restriction with getting and
receiving data. Also if the site is down there would be no immediate
verifier for me. The idea would be that there is an critical fail post
to the phone. I execute the connection and there is no problem and the
data is passed to my parameter holder it then send the data to site.
Data is processed and even though there is an error on the side of the
side there is nothing to tell me so on the phone. I necessarily dont
need the user to know that it failed but I need something phone side
to tell "me" there is a problem. Any ideas?

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to