Centralized Database for Android and Web Application
In this paper, the authors present a method for creating a centralized database which will be used by both Android as well as web application. The Android application will be having its own local database (SQLite database) which will be used for offline storage of data. This offline data needs to be updated on the centralized database for which web services will be used. There will be synchronization between the Android’s local database and the centralized database.