An open API service indexing awesome lists of open source software.

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

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.