How does Funambol work?

1.8k views Asked by At

I'm developing a android application for a customer which involves capturing data on the handset and then synchronizing it later to a server. They want me to use Funambol server and client to sync data. I have tried looking up on the www.funambol.com website for any api and documentation, but am not able to find any library for android.

Has anyone done any similar work using funambol? I need to sync a list of customers and their related data which will be entered by a salesman.

Thanks

2

There are 2 answers

0
Francesco Mapelli On

Funambol has a syncml api for android that is used in the Android client, and can be used for performing the sync without the need of implementing syncml. You will only need to work on client and server side to implement the proper syncsource for your specific data, and store the data on both sides. Take a look at https://www.forge.funambol.org/download/ (bottom of the page)

The developer community can be reached at bit.ly/fun-open-discuss, where you can discuss development topics and share your project and code (as required by AGPL).

3
Reno On

Funambol provides open source-based solutions for push email & PIM sync as well as device management and a platform for mobilizing apps and data. Funambol is based on the SyncML (OMA DS) standard for data synchronization.

Read the FAQ