I'm looking to create an app based on the OSGi model. One of the elements of this will be network access (http and obr initially)
I am looking for a way of centralising the network config (proxying, encryption, etc) perhaps to a single bundle that the rest of the app can call into.
Has anybody done this/got ideas?
Thanks