in Android by (14.6k points)
How can two distinct Android apps interact?

1 Answer

0 votes
by (14.6k points)
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

+1 vote
0 votes
asked Aug 31 in Android by Robindeniel (20.8k points)
0 votes
asked Aug 31 in Android by Robindeniel (20.8k points)
0 votes
0 votes
asked Mar 29 in Android by Robin (14.6k points)
0 votes
asked Mar 29 in Android by Robin (14.6k points)
0 votes
asked Mar 29 in Android by Robin (14.6k points)
0 votes
asked Mar 28 in Android by Robin (14.6k points)
...