nbusy / nbusy-android

NBusy Android app.
http://nbusy.com
Apache License 2.0
1 stars 0 forks source link

Implement offline message queue #1

Closed soygul closed 7 years ago

soygul commented 10 years ago

http://stackoverflow.com/questions/18682095/android-queue-http-requests-while-network-is-unavailable-and-process-them-when-t

http://developer.android.com/training/monitoring-device-state/connectivity-monitoring.html

http://developer.android.com/training/monitoring-device-state/manifest-receivers.html

soygul commented 8 years ago

"MsgQueue or a more generic PersistentQueue"

With main queue class accepting interfaces Persister, ErrorHandler, etc.

soygul commented 7 years ago

Done.