Developing Synchronized Offline Apps using the PhoneGap Sync Plugin - Android Software/Hacking General [Developers Only]

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

Related

turn your winmo device into a cloud device like google phone but better

I have a setup that works great for me.
I use a beta (free) service mobipush for push gmail. http://www.mobipush.com/
I use remember the milk for tasks that can be a plugin in google calendar and sync wirelessly with your outlook mobile tasks.
https://www.rememberthemilk.com/
(there is a gadget to add RTM to your gmail screen and intergrated into google calendar.)
I use ogg sync for syncing contacts and calendar. i use the mobile app. to elimate outlook all together.
http://oggsync.com/
Something extra!!!
I also us Jott to add via voice tasks and calendar events to remember the milk and google calendar when I can't type. i.e. when driving.
http://jott.com
This system gives me the cloud experiance of a google phone with the power of a winmo device
I use a very similar setup, but with polling instead of push email - I'm usually in front of a screen all day anyway.
You might also be interested in PocketPicasa - instant phone to picasaweb goodness.
http://forum.xda-developers.com/showthread.php?t=423461
Google also put out their own version of Outlook - Google Calander sync too, similar to oggsync & also free and stable
http://www.google.com/support/calendar/bin/answer.py?hl=en&answer=89955
THanks,
I will check those out.
You should check this out.
http://forum.xda-developers.com/showthread.php?t=446269
Just a note but I use the oggsync mobile app. Googles app has you use outlook which I am trying to eliminate as a part of the process. Hopefully Google will come out with a mobile option for winmo.

sync your phone to the web (and google)

I wanted to introduce a service called vufone which allows full sync of the phone to the web and to your favorite services such as Google calendar and Google contacts.
Check it out at http://www.vufone.com
it supports windows mobile, Symbian and Java phones.
Cheers
Rafi

[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?

[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/

Syncing app data across devices for my app

I want my app to be able to sync notes that users create with my app across all their devices. Does android sdk has apis for accomplishing that? Is there any way of implementing that without setting up a server / firebase service?

Categories

Resources