Hi!
Summer last year the celix support on Android was
created in form of a Dockerfile which can be used
to cross-compile Celix for armv7 platforms.
I am glad to announce that - thanks to the two students
Daan Veldhof and Marco Jansen - there is now a Celix
Android App. It uses JNI to both, start and interact
with the Celix framework as well as receive callbacks to
represent the state of the framework and its bundles.
In addition it features a QR code reader which can be
used to easily configure Celix.
While Celix already allows you to have a polyglot
OSGi environment, this makes it now also possible
to run on a variety of arm architectures.
But you can do even more: by using Remote Services,
the phones can dynamically interact with each other
and other computers on the same network.
The source together with a dockerfile to build the
app can be found here:
https://github.com/bpetri/nativeLoad
Have fun & feel free to comment,
Bjoern
|