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
- Host: GitHub
- URL: https://github.com/jonnor/javafbp-android
- Owner: jonnor
- Created: 2014-08-27T02:06:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-28T03:02:03.000Z (over 11 years ago)
- Last Synced: 2025-03-31T13:37:46.356Z (10 months ago)
- Language: Java
- Size: 258 KB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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