0 votes
in Android by
How can two distinct Android apps interact?

1 Answer

0 votes
by
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.

Related questions

0 votes
asked Aug 31, 2023 in Android by Robindeniel
0 votes
0 votes
+1 vote
asked Mar 29, 2023 in Android by Robin
...