[Q] Sync database of android app with web server database - General Questions and Answers

I am a noob in android development, I developed an android application using sqlite database. I have same application on web server in php using mysql database. I want to sync the changes of whole database(including all six tables) on web server with my android app database. How do I do it? I need to know how do i check if there is some updation in web server database and if there is some updation then how do i get those updations to my android database automatically.
Is there a way to do it without GCM and SyncAdapter?

Related

[Q] Communication with web via Visual Basic or Visual C# script in Windows Phone App

Dear developers,
is possible communicate with web page via Visual Basic or Visual C# script in Windows Phone App?
For example:
I have app and in this app some Menu like Login / Forum / Profiles etc...
And if I click on Login button, I send request to web page for login details and web page send me back to app content with login form.
It's similar like Facebook app, but without API caller from facebook.

Developing Synchronized Offline Apps using the PhoneGap Sync Plugin

This tutorial covers how to develop an offline sync app using the OpenMobster Sync Plugin for the PhoneGap framework. You can develop your App using HTML5. The Plugin integrates with OpenMobster's native sync service to provide the synchronization features
This tutorial covers how to develop an offline sync app using the OpenMobster Sync Plugin for the PhoneGap framework. You can develop your App using HTML5 and Javascript instead of the native programming language.
Features:
two way synchronization between the local sqlite database and the corporate backend in the Cloud
Offline mode operation. All data changes are tracked and auto synchronized with the Cloud once the connection returns
Use of Push notifications to push data changes from the Cloud to the device
Support for replicating changes to multiple devices like iCloud does
A Java based Channel Framework for integrating your backend with the Cloud
Tutorial: http://code.google.com/p/openmobster/wiki/PhoneGapGetStarted
Thanks
Sohil

[Q] Offline database + sync

Hello,
we have Web and desktop applications that uses MS SQL server database. Now we would like to develop iPhone/iPad application that would use the same data. However the problem is that our users are supposed to be able to use this app in the places where the internet connection is not available. We decided to use SQL lite and sync the data beetween MS SQL Server and SQL Lite.
So, my question is: Is there any framework for synchronization? Or any other solution or best practices?
I am pretty sure that this situation is quite common and we are not the first who stuck with that problem...

[Q] Sync database of android app with web server database

I am a noob in android development, I developed an android application using sqlite database. I have same application on web server in php using mysql database. I want to sync the changes of whole database(including all six tables) on web server with my android app database. How do I do it? I need to know how do i check if there is some updation in web server database and if there is some updation then how do i get those updations to my android database automatically.
Is there a way to do it without GCM and SyncAdapter?
AnilSRawat said:
I am a noob in android development, I developed an android application using sqlite database. I have same application on web server in php using mysql database. I want to sync the changes of whole database(including all six tables) on web server with my android app database. How do I do it? I need to know how do i check if there is some updation in web server database and if there is some updation then how do i get those updations to my android database automatically.
Is there a way to do it without GCM and SyncAdapter?
Click to expand...
Click to collapse
hello there, I'm not sure if this is what you are looking for but it seems to reference what you are questioning.
hope it helps. it has videos and code examples. sorry for external link.
http://programmerguru.com/android-tutorial/how-to-sync-remote-mysql-db-to-sqlite-on-android/

How to connect android chat application with web chat application?

I am developing a chat application in web as well as in android. All the things have completed on web portal, I used nodejs and redis server for that. Now on android side I have very little experience, but some how managed to create a simple chat application using XMPP and openfire and also connected my Openfire with MYsql database. I can see Openfire users and tables in my Mysql database. But what I want is to connect both web and android apps, like facebook messanger app.. But I don't know how to connect both. I don't want to create user ID's in openfire as those are already in user table.
Or m I doing this in wrong way, should I use common protocol on both web and android?
Please guide me, if someone have done this before.
IRC?

Categories

Resources