How do two android applications talk to each other?
问题 What is the general communication architecture for two android applications? Case 1: I have two android applications, a) One is a server that waits for client request, process the request( read data from some sqlite db) and return the results to the client. This server application runs on its own independent android phone. b) The second is the client that sends the request to the server application in (a) and it too runs on its own independent android phone. Question is, do the two