Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recommended Development tools to interface with SQL Serv
Message
De
25/04/2014 20:05:02
 
 
À
25/04/2014 13:52:42
Information générale
Forum:
Android
Catégorie:
Autre
Divers
Thread ID:
01599068
Message ID:
01599105
Vues:
63
>I need to write an application that can run on an Android device allowing data to be downloaded from a SQL Server 2012 database, updated on the device and then sent back to the SQL Server database.
>
>Does anyone have any experience doing this and can recommend tools to use?


So the device is presumably wirelessly connected to your local network at the beginning of the day, and then the driver leaves and they are no longer connected?

Create a dynamic web page to get the required data and serve it as JSON.

The Android app can easily read the JSON, and store it in its own local database, a SQLite database to be precise (every Android App has its own SQLite database).
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform