Login
Remember
Register
Ask a Question
How can two distinct Android apps interact?
0
votes
asked
Mar 28, 2023
in
Android
by
Robin
How can two distinct Android apps interact?
distinct
android
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 28, 2023
by
Robin
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.
...