Download Switchboard Free Java Code

Description

Switchboard is a mashup helper with the basic functionality of enabling simple data flows between APIs, in essence taking a result from one API, feeding it to another and presenting the joined result for parsing and display in your app or whatever it might be.

Icons

Switchboard

Source Files

The download file Switchboard-master.zip has the following entries.


README.md/*w  w w .  j a  v  a2s  .co  m*/
client/android/example/.classpath
client/android/example/.gitignore
client/android/example/.project
client/android/example/.settings/org.eclipse.ltk.core.refactoring.prefs
client/android/example/AndroidManifest.xml
client/android/example/gen/com/keepsafe/switchboard/R.java
client/android/example/gen/com/keepsafe/switchboard/example/BuildConfig.java
client/android/example/gen/com/keepsafe/switchboard/example/R.java
client/android/example/lint.xml
client/android/example/proguard-project.txt
client/android/example/project.properties
client/android/example/res/drawable-hdpi/ic_launcher.png
client/android/example/res/drawable-ldpi/ic_launcher.png
client/android/example/res/drawable-mdpi/ic_launcher.png
client/android/example/res/drawable-xhdpi/ic_launcher.png
client/android/example/res/layout/main.xml
client/android/example/res/layout/next_normal_activity.xml
client/android/example/res/layout/next_test_activity.xml
client/android/example/res/values/strings.xml
client/android/example/src/com/keepsafe/switchboard/example/NextActivityNormal.java
client/android/example/src/com/keepsafe/switchboard/example/NextActivityTest.java
client/android/example/src/com/keepsafe/switchboard/example/SwitchBoardExampleAppActivity.java
client/android/src/.classpath
client/android/src/.gitignore
client/android/src/.project
client/android/src/.settings/org.eclipse.ltk.core.refactoring.prefs
client/android/src/AndroidManifest.xml
client/android/src/lint.xml
client/android/src/proguard-project.txt
client/android/src/project.properties
client/android/src/src/com/keepsafe/SwitchBoard/AsyncConfigLoader.java
client/android/src/src/com/keepsafe/SwitchBoard/DeviceUuidFactory.java
client/android/src/src/com/keepsafe/SwitchBoard/Preferences.java
client/android/src/src/com/keepsafe/SwitchBoard/Switch.java
client/android/src/src/com/keepsafe/SwitchBoard/SwitchBoard.java
client/ios/SwitchboardSample/SwitchboardSample.xcodeproj/project.pbxproj
client/ios/SwitchboardSample/SwitchboardSample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
client/ios/SwitchboardSample/SwitchboardSample.xcodeproj/project.xcworkspace/xcuserdata/cjbeauchamp.xcuserdatad/UserInterfaceState.xcuserstate
client/ios/SwitchboardSample/SwitchboardSample.xcodeproj/xcuserdata/cjbeauchamp.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist
client/ios/SwitchboardSample/SwitchboardSample.xcodeproj/xcuserdata/cjbeauchamp.xcuserdatad/xcschemes/SwitchboardSample.xcscheme
client/ios/SwitchboardSample/SwitchboardSample.xcodeproj/xcuserdata/cjbeauchamp.xcuserdatad/xcschemes/xcschememanagement.plist
client/ios/SwitchboardSample/SwitchboardSample/AppDelegate.h
client/ios/SwitchboardSample/SwitchboardSample/AppDelegate.m
client/ios/SwitchboardSample/SwitchboardSample/NSObject+SBJson.h
client/ios/SwitchboardSample/SwitchboardSample/NSObject+SBJson.m
client/ios/SwitchboardSample/SwitchboardSample/OpenUDID.h
client/ios/SwitchboardSample/SwitchboardSample/OpenUDID.m
client/ios/SwitchboardSample/SwitchboardSample/SBJson.h
client/ios/SwitchboardSample/SwitchboardSample/SBJsonParser.h
client/ios/SwitchboardSample/SwitchboardSample/SBJsonParser.m
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamParser.h
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamParser.m
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamParserAccumulator.h
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamParserAccumulator.m
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamParserAdapter.h
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamParserAdapter.m
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamParserState.h
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamParserState.m
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamWriter.h
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamWriter.m
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamWriterAccumulator.h
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamWriterAccumulator.m
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamWriterState.h
client/ios/SwitchboardSample/SwitchboardSample/SBJsonStreamWriterState.m
client/ios/SwitchboardSample/SwitchboardSample/SBJsonTokeniser.h
client/ios/SwitchboardSample/SwitchboardSample/SBJsonTokeniser.m
client/ios/SwitchboardSample/SwitchboardSample/SBJsonUTF8Stream.h
client/ios/SwitchboardSample/SwitchboardSample/SBJsonUTF8Stream.m
client/ios/SwitchboardSample/SwitchboardSample/SBJsonWriter.h
client/ios/SwitchboardSample/SwitchboardSample/SBJsonWriter.m
client/ios/SwitchboardSample/SwitchboardSample/Switchboard/NSString+Switchboard.h
client/ios/SwitchboardSample/SwitchboardSample/Switchboard/NSString+Switchboard.m
client/ios/SwitchboardSample/SwitchboardSample/Switchboard/SBPreferences.h
client/ios/SwitchboardSample/SwitchboardSample/Switchboard/SBPreferences.m
client/ios/SwitchboardSample/SwitchboardSample/Switchboard/Switchboard.h
client/ios/SwitchboardSample/SwitchboardSample/Switchboard/Switchboard.m
client/ios/SwitchboardSample/SwitchboardSample/SwitchboardSample-Info.plist
client/ios/SwitchboardSample/SwitchboardSample/SwitchboardSample-Prefix.pch
client/ios/SwitchboardSample/SwitchboardSample/ViewController.h
client/ios/SwitchboardSample/SwitchboardSample/ViewController.m
client/ios/SwitchboardSample/SwitchboardSample/en.lproj/InfoPlist.strings
client/ios/SwitchboardSample/SwitchboardSample/en.lproj/ViewController.xib
client/ios/SwitchboardSample/SwitchboardSample/main.m
doc/images/android_project_import.png
doc/images/android_project_setproperties.png
doc/images/android_properties_add.png
doc/images/ios-import-wiki.jpg
license.txt
server/php/example/Procfile
server/php/example/README.md
server/php/example/conf/httpd/default.conf
server/php/example/conf/web-boot.sh
server/php/example/htdocs/SwitchboardConfig.php
server/php/example/htdocs/SwitchboardDriver.php
server/php/example/htdocs/SwitchboardExperiments.php
server/php/example/htdocs/SwitchboardManager.php
server/php/example/htdocs/SwitchboardURLs.php
server/php/example/htdocs/index.php
server/php/example/index.php
server/php/install.md
server/php/src/SwitchboardConfig.php
server/php/src/SwitchboardManager.php
server/php/src/SwitchboardURLs.php
server/roadmap.txt

Download

Click the following link to download Switchboard-master.zip.

Switchboard-master.zip




















Home »
  Javascript Free Code Download »
    Development »




Algorithm
API
Asp.Net
Azure
CoffeeScript
Collection
Component
Data Structure
Date
Demo
Django
Drupal
Example
Filter
GeoLocation
Markdown
MVC
Parse
Php
Plugin
Prototype
Python
Sample
SDK
Snippet
Stream
Titanium
Utility
Web
WebApplication
XML
YAML
ZooKeeper