https://github.com/chrisekelley/syncpoint-android
Syncpoint client library for Android
https://github.com/chrisekelley/syncpoint-android
Last synced: 3 months ago
JSON representation
Syncpoint client library for Android
- Host: GitHub
- URL: https://github.com/chrisekelley/syncpoint-android
- Owner: chrisekelley
- Created: 2012-07-09T22:55:54.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-13T20:48:46.000Z (almost 13 years ago)
- Last Synced: 2025-01-20T06:24:44.531Z (5 months ago)
- Language: Java
- Size: 150 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Syncpoint Android Client
This is a very preliminary implementation of a Syncpoint Client for Android. It connects your application to a server running Syncpoint Server.
## Known Issues
- Slow. I believe it is the underlying TouchDB that is holding everything back.
- Temporary pairing users are not deleted.
- Does not work correctly when Syncpoint Server is not available.
- Does not yet support the single channel mode that iOS offers.## Building/Using Syncpoint
See the Syncpoint-Android-TestApp for an example of how to use the Syncpoint Client.
Currently you need this repository, as well as the TouchDB-Android projects available in your Eclipse workspace.