Thursday, June 30, 2011

App Inventor and the Java Bridge



There seems to be software that relates Java to the code in App Inventor to help developers in App Inventor make the connection and be able to cross over to the more detailed and customizable environment of Android Development.

JAVA bridge resource links:

About the Bridge

To get started with the Bridge, download the sample project from the
App-Inventor-for-Android project at code.google.com<http://code.google.com/p/app-inventor-for-android/source/browse/trunk/>.

You can download the project source code with svn (subversion):  Connect to a directory where you typically keep Java projects and issue the command:

svn co
http://app-inventor-for-android.googlecode.com/svn/trunk/samples/Brid...

This should create a BridgeToJava folder on your computer, with all the files required to build the app.
[still trying to figure out how to do this...]

More links that may help with the svn mystery...

How to use Subversion with Eclipse.
and
SVN Howto

No comments:

Post a Comment