The Felix site has a useful section on getting things going on Android ( http://felix.apache.org/site/apache-felix-and-google-android.html) but isn't so clear about embedding the framework into an Android app"
"Apache Felix can also be integrated with an Android application. To achieve this, you need to embed Felix into onCreate() method of your Activity class (see Android docs for more details on how to use an Activity) and process your bundles as shown above." Has anyone got an example of how you do this? I understand how to write the Android app, and I get the point being made here. What I need to understand is: 1. How do you launch the Felix framework. What do I need to instantiate? 2. Where does the framework get its boot configuration (i.e. what bundles to load, run levels, environment variables, etc) from in this case?
