[mono-android] Typical applications architecture that deal with data in online and offline situations
Miljenko Cvjetko
mcvjetko at holisticware.net
Mon Feb 20 07:05:38 UTC 2012
Hi
On 2012.02.19 19:12, Andrea wrote:
> Hello, I'm a old developer but newer in android and ios platform.
>
> I'd like to know if there is a simple workaround to realize an application
> which has to work with centralized data in a server but devices can be in
> offline situation.
This is common scenario with mobile apps.
>
> I thought to use sqlLite in the device and build some service (web service?)
> to communicate with the centralized DB.
Right direction.
Because WCF support in mono is really basic it is not recommended to use
it if it is expected
to be a lot of specific/custom/deep-dive code...
See http://www.mono-project.com/WCF_Development
So, the best bet would be classical SOAP Web Services or REST services...
>
> What's the typical architecture in these case?
Maybe classical client/server
* client - mobile
WS proxy + minimal BusinessLogic + datastore
* server
WS services + BusinesLogic + datastore
regards
mel
>
> There is something ready, a library or similar?
>
> Thanks in advance.
>
> --
> View this message in context: http://mono-for-android.1047100.n5.nabble.com/Typical-applications-architecture-that-deal-with-data-in-online-and-offline-situations-tp5497272p5497272.html
> Sent from the Mono for Android mailing list archive at Nabble.com.
> _______________________________________________
> Monodroid mailing list
> Monodroid at lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
--
Miljenko Cvjetko dipl.ing. ET
Direktor/CEO
Projektant rjes(enja/Solution Architect
Razvojni programer/Senior developer
Voditelj projekta/Project Manager
IX juz(na obala 13
Kajzerica Zagreb
T: 385 1 7775555
M: 385 91 557 447 3
F: 385 1 7779556
e: mcvjetko at holisticware.net
w: http://www.holisticware.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodroid/attachments/20120220/1464a510/attachment-0001.html>
More information about the Monodroid
mailing list