Skip to content

Instantly share code, notes, and snippets.

View AmmarYasserAllaithy's full-sized avatar
🔎
Open to work

Ammar Yasser AmmarYasserAllaithy

🔎
Open to work
View GitHub Profile
@AmmarYasserAllaithy
AmmarYasserAllaithy / readme.md What are the most effective ways for two Android applications on the same device to securely communicating with each other?

The most effective ways for two Android applications on the same device to securely communicate with each other.

All the possible ways for communication between two Android applications on the same device including Socket.IO, Intents, Broadcasts, Content Providers, Bound Services, and more. Each method will be clearly explained with code examples, specifying which parts go into Application A and Application B.

Overview of Communication Methods

  1. Explicit Intents
  2. Implicit Intents