sync

  1. Dave O

    Android Code Snippet cloudKVS - adding list of changes to NewData event

    Hi all, When using cloudKVS, its NewData event tells you when changes have been downloaded from the server, but there's no easy way to find out which data has changed. See this thread for details. @Erel identified where this could be determined, so I've written and tested the following...
  2. Cliff McKibbin

    Android Example Syncing local databases using PHP to access a database on a hosted server

    My need was to sync calendars in which user 'A' changes the calendar and sends the change to other users by writing records to the hosted database. The other users query periodically to see it they have any incoming sync records and read them if available. I had hoped to use Erel's JDRC2...
  3. A

    B4J Question Sync Audio with Text project

    hi all i would like to do simple program which highlight the text while the sound file is playing anyone can help thanks :)
  4. W

    Share My Creation TBirdSync: Thunderbird contacts/calendar/tasks mirroring from PC to Android (sources included)

    This B4A app and its B4J counterpart can be found at https://www.b4x.com/android/forum/threads/tbirdsync-thunderbird-contacts-calendar-tasks-mirroring-from-pc-to-android-sources-included.130715/
  5. W

    Share My Creation TBirdSync: Thunderbird contacts/calendar/tasks mirroring from PC to Android (sources included)

    Background I hesitated to post this as it's probably only useful for a small audience (if any), but as I didn't find another solution, perhaps it can benefit others who are looking for this or for something similar. I've been using the excellent MyPhoneExplorer (https://www.fjsoft.at/en/) for...
  6. W

    Android Question How to request an ICSx5 calendar sync using ContentResolver?

    Hi gang, I'm working on some calendar-related stuff (will publish it in the near future when I'm finished with it) and would like to be able to do from B4A what's suggested here: https://forums.bitfire.at/topic/964/scripting-a-sync/3, i.e. "You can simply request a sync using ContentResolver on...
Top