android communication between two applications

Posted by androidTesting on Stack Overflow See other posts from Stack Overflow or by androidTesting
Published on 2011-01-09T11:43:14Z Indexed on 2011/01/09 12:53 UTC
Read the original article Hit count: 132

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

© Stack Overflow or respective owner

Related posts about android

Related posts about application