I am developing two applications names A and B.
Application A as activity named MainActivity, servic
MainActivity
You can't share methods and code segments between different applications, but you can use intents to send data bundles back and forth, check this similar question:
android communication between two applications