android communication between two applications
问题 I need some help in how to start developing two android applications (on one phone) which communicate with each other. Application A sends a string to application B. Application B receives the string for example \"startClassOne\", app B using a method starts classOne and gets the result. The result is sent back (again as string!) to Application A. Application A writes in the console the received string from B. 回答1: Hello, i need some help in how to start developing two android applications