How can two distinct Android apps interact? Technology Community › Category: Android › How can two distinct Android apps interact? 0 Vote Up Vote Down VietMX Staff asked 4 years ago At the simplest level there are two different ways for apps to interact on Android: via Intents, passing data from one application to another; and through Services, where one application provides functionality for others to use.