Hi, if your GUI and the felix framework are in separate applications, you must use the android IPC mecanism which is described here: http://developer.android.com/guide/developing/tools/aidl.html
-- Pierre-Yves Aillet 2011/1/17 mehdouch <[email protected]> > > Hi, I read the excellent tutorial found on apache felix website about > running > apache felix on android. > > I am tryng de build an android application (GUI) to control / monitor the > bundles. for exemple the binarylight sample. > > how can I make them both communicate ? > -- > View this message in context: > http://old.nabble.com/Felix-and-Android-tp30676181p30676181.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

