¡@

Home 

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

android Programming Glossary: testapplicationtwo

Android Shared Service?

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

service myService . An application TestApplicationOne which has access to the android library. Another application TestApplicationTwo which also has access to the android library. My current solution works as follows TestApplicationOne references the custom.. needs to broadcast a message. When ran the above solution seemed to work fine. However I now have another application TestApplicationTwo which would also like to use the same service as the one above. The implementation of TestApplicationTwo was created to.. application TestApplicationTwo which would also like to use the same service as 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..