Looking at PhoneEvents you cat detect a connection change.
How does this work exactly, Does it add a broadcast receiver that will launch the service on the change event.
If not, is this possible.
I'm creating an app that uploads data through a RESTful website api, but the info can only be uploaded if a net connection is available. If the connection is not available then store data in a DB. I want the app to start uploading when a valid connection is available even if the app is in a closed state.
clues??
thanks
How does this work exactly, Does it add a broadcast receiver that will launch the service on the change event.
If not, is this possible.
I'm creating an app that uploads data through a RESTful website api, but the info can only be uploaded if a net connection is available. If the connection is not available then store data in a DB. I want the app to start uploading when a valid connection is available even if the app is in a closed state.
clues??
thanks