On 08/12/14 03:41, Cédric Krier wrote:
On 07 Dec 19:49, Chris wrote:
I think there are reasons to develop both. With good, robust design
(like with Bootstrap), webapp UX on a mobile device is great, so the
flask-tryton is awesome (and the other flask addons that make UX/webapp
design easy). However, there are some bonuses to an Android app. For
example, asynchronous interactions (e.g., poor-connectivity
environments) is somewhat easier, I think, to develop in Android.
asynchronous is not only possible with Android, it is prefectly possible
with web app.
yes, Now it is possible [1]
[1] http://thp.io/2011/pyotherside/
But asynchronous client is very difficult to implement correctly and
they generate a lot more difficult case to manage like update conflict
etc.
But there is already in Tryton the CardDAV and CalDAV support that are
designed to also work asynchronously (but that's part of the
specification).