• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps New to android development. How can I respond to a failed e-mail sync?

Hello!

I have looked through the android documentation about e-mail syncing, but I haven't found anything about a failed sync. Could anyone steer me in the direction on how to respond to a failed e-mail sync?
 
Retry. If the retry also fails, notify the user. (Or you could get into it more deeply and look for the failure reason, then try to rectify the reason or notify the user of the reason.)
 
Back
Top Bottom