M
M
Maxim2014-04-20 23:35:43
Mobile development
Maxim, 2014-04-20 23:35:43

How to write a mobile client?

How and what is the best way to write such a client:
There is a restful web service, it needs a client, both mobile (Android, ios) and desktop (Windows). Moreover, the client must work offline with a local database (sqlite etc), and if there is a network, it must be synchronized using a web service.
?
I understand that muzzles, most likely, will have to be made for each platform, but it would be great to have a common library with business logic.
Now I look towards the general dll on Mono.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
S
Sergei Borisov, 2014-04-21
@risik

Judging by the description provided, your project fits well with Xamarin. But be aware that it's not cheap.

T
TyzhSysAdmin, 2014-04-21
@POS_troi

Do not try to unify, this will not lead to good.

K
Konstantin Kitmanov, 2014-04-21
@k12th

If the volume of simultaneously displayed data is not very large and there are no complex graphics / animations, then why not HTML? PhoneGap will collect for all platforms.
Also, Q.T.

S
Sergey Lerg, 2014-04-21
@Lerg

Mono is a good choice.

V
Vitaly Zheltyakov, 2014-04-21
@VitaZheltyakov

A variant with a local web application is possible (Application Cache + localStorage)

A
Alexander, 2014-04-21
@ncix

And what, there is a complex business logic? According to my development practice, GUI and integration always eat up many times more time. Own software logic is usually easy to write and rewrite in any language - the main thing is to have a clear description of it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question