Hi All,

Hoping to hear from some of you other developers your thoughts with
regard to storing data remotely.

It seems to me that data synchronisation between the device and a
remote database adds quite a lot of complexity to an application.
Some applications I've done assume the user will always have a data
connection available so their is no 'offline' storage whatsoever and
once an 'edit' takes place, the data is immediately sent to the server
for storage and if it fails the user is simply notified of the failure
at that time.

Other applications however require that information can be entered and
stored offline, with the option to synchronise to a server.

The latter always causes most technical challenges for me so I'm
curious how others tackle this type of requirement.

Thanks,


-- 
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