¡@

Home 

2014/10/16 ¤W¤È 08:25:52

android Programming Glossary: testapplicationone

Android Shared Service?

http://stackoverflow.com/questions/6204492/android-shared-service

created the following 3 applications An android library which contains a small test service myService . An application TestApplicationOne which has access to the android library. Another application TestApplicationTwo which also has access to the android library... application TestApplicationTwo which also has access to the android library. My current solution works as follows TestApplicationOne references the custom library and uses this library to connect to the service myService via the bindService method. Upon.. the one above. The implementation of TestApplicationTwo was created to the same workings spec of the first application TestApplicationOne . The issue I have is that when the service is started in either application the other application is not notified of any..