Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitghatol/android-osgi-poc
This Project is all about how to develop Android Application as a plugin environment like Eclipse. This Sample Application (Source code will be disclosed after explicit permission from my employer) shows how we can configure an Android application from a Java Server. The user chooses a set of Components on a Java Server and the Android application only downloads and initiates those modules (exactly like an Eclipse Plugin does with out any restarts)
https://github.com/rohitghatol/android-osgi-poc
Last synced: 25 days ago
JSON representation
This Project is all about how to develop Android Application as a plugin environment like Eclipse. This Sample Application (Source code will be disclosed after explicit permission from my employer) shows how we can configure an Android application from a Java Server. The user chooses a set of Components on a Java Server and the Android application only downloads and initiates those modules (exactly like an Eclipse Plugin does with out any restarts)
- Host: GitHub
- URL: https://github.com/rohitghatol/android-osgi-poc
- Owner: rohitghatol
- Created: 2015-02-05T12:55:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T12:59:13.000Z (almost 10 years ago)
- Last Synced: 2024-10-29T18:12:34.947Z (2 months ago)
- Language: Java
- Size: 1.75 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-OSGI-PoC
This Project is all about how to develop Android Application as a plugin environment like Eclipse. This Sample Application (Source code will be disclosed after explicit permission from my employer) shows how we can configure an Android application from a Java Server. The user chooses a set of Components on a Java Server and the Android application only downloads and initiates those modules (exactly like an Eclipse Plugin does with out any restarts)