This is a tech demo for running an OSGi application on Android..
android-osgi-demo is hosted in the following web site
https://github.com/zstorok/android-osgi-demo
If you think the Android project android-osgi-demo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-osgi-demo.
Item | Value |
---|---|
Java File Count | 8 |
Activity Count | 1 |
jar files used | felix.jar |
android-osgi-demo has the following Java source files.
com.github.zstorok.android.osgi.demo.EmbeddedOsgiService.java com.github.zstorok.android.osgi.demo.MainActivity.java com.github.zstorok.android.osgi.demo.service.ServiceInterfaceBundleActivator.java com.github.zstorok.android.osgi.demo.service.api.HelloService.java com.github.zstorok.android.osgi.demo.service.en.EnglishBundleActivator.java com.github.zstorok.android.osgi.demo.service.en.EnglishHelloService.java com.github.zstorok.android.osgi.demo.service.hu.HungarianBundleActivator.java com.github.zstorok.android.osgi.demo.service.hu.HungarianHelloService.java