Giter Site home page Giter Site logo

correspondenceandroid's Introduction

Correspondence for Android

Correspondence is a collaboration framework. That means that it helps people and devices to communicate with one another. A Correspondence application running on one device synchronizes its local data store with Correspodence applications running on other devices. These could all belong to the same person, or to different people.

Correspondence Overview

With Correspondence, you get:

  • Local device storage
  • Synchronization
  • Push notification
  • User interface updates

This project is the Android client. Other clients include:

  • WPF
  • Silverlight
  • Windows Phone
  • ASP.NET MVC (yes, a web site is a Correspondence client)

You can compile your Correspondence model to any of these clients. The apps that you develop against the common model will collaborate, even across platforms. Write an Android, Windows Phone, and Web version of your app and Correspondence will keep them all in sync.

Find more information at http://qedcode.com/correspondence

Building

To build the project, you need to have Eclipse, the Android SDK, and the ADT plugin. You can find instructions for getting set up here:

http://developer.android.com/tools/sdk/eclipse-adt.html

Once you have the tools, set up your workspace:

  1. Create an Eclipse workspace outside of the folder structure where you pulled the code.
  2. Add a new Android project to this workspace.
  3. Choose the option "based on existing source code".
  4. Name the project "query".
  5. Uncheck the box "use the default location".
  6. Enter the path to library/query within the source code.
  7. After the project is created, edit the properties.
  8. Select Android.
  9. Check the "is library" box.

Repeat these steps for the remaining library projects. The next one to create is "updatecontrols" located at library/updatecontrols, and then "correspondence" located at library/correspondence. This time, there is one more step:

  1. Inside the Android settings, add a reference to the "query" and "updatecontrols" projects.

The remaining projects are:

  • correspondence_binary
    • library/correspondence_binary
    • correspondence, updatecontrols, and query
  • honeydolist_model
    • examples/honeydolist/honeydolist_model
    • correspondence, updatecontrols, and query
  • honeydolist
    • examples/honeydolist/honeydolist
    • correspondence, correspondence_binary, updatecontrols, query, and honeydolist_model

For that last one, do not check the "is library" box. In the honeydolist_model project, you will Need to right-click build.xml and Run As ... Ant Build. This will generate the model source code. Now right-click hoenydolist and Run As ... Android Application.

correspondenceandroid's People

Contributors

mallardsoft avatar michaellperry avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.