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

https://github.com/jonnor/javafbp-android

Android components and examples for JavaFBP
https://github.com/jonnor/javafbp-android

Last synced: 8 months ago
JSON representation

Android components and examples for JavaFBP

Awesome Lists containing this project

README

          

javafbp-android
===================

Components, tools and examples for using [JavaFBP](https://github.com/jpaulm/javafbp) on Android.

This enables you to develop Android code using the [Flowhub](http://flowhub.io) visual programming IDE.

Status
-------
Proof-of-concept.
* Can embed and run simple graphs in Android app
* A couple of useful Android components exists
* Can connect runtime to NoFlo UI to build graphs visually

Hello World example
--------------------

``git clone https://github.com/jonnor/javafbp-android.git``

* Build JavaFBP from https://github.com/jonnor/javafbp/tree/fbp-protocol
* Symlink or copy the produced JAR into ./components/libs/javafbp-2.9.jar

* Open Android Studio
* Import the javafbp-android project
* Run the HelloWorld app

Connecting to NoFlo UI
------------------------
TODO: documenting

License
--------
MIT