Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How can two distinct Android apps interact?
Home
Android
How can two distinct Android apps interact?
asked
Mar 28
in
Android
by
Robin
(
14.6k
points)
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
by
Robin
(
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
0
votes
Q: What is the keyword to get distinct records from a table?
asked
Mar 25
in
Oracle
by
john ganales
(
14.1k
points)
distinct
records
tables
+1
vote
Q: How to Rotate Screen on Android
asked
Oct 13, 2022
in
Android
by
Robindeniel
(
20.8k
points)
android
rotate-screen
0
votes
Q: How would you communicate between two Fragments?
asked
Mar 28
in
Android
by
Robin
(
14.6k
points)
fragments
communicate
android
0
votes
Q: Mention the difference between class, file and activity in Android?
asked
Aug 31
in
Android
by
Robindeniel
(
20.8k
points)
activity
android
0
votes
Q: What is Android Debug Bridge(ADB)?
asked
Aug 31
in
Android
by
Robindeniel
(
20.8k
points)
android
debug
bridge
adb
0
votes
Q: What is Android?
asked
Aug 31
in
Android
by
Robindeniel
(
20.8k
points)
android
0
votes
Q: What’s an intent in the context of Android? Describe the different types.
asked
Mar 29
in
Android
by
Robin
(
14.6k
points)
context
android
0
votes
Q: What’s an android framework?
asked
Mar 29
in
Android
by
Robin
(
14.6k
points)
android
framework
0
votes
Q: What languages does Android use?
asked
Mar 29
in
Android
by
Robin
(
14.6k
points)
android
0
votes
Q: Explain the Android SDK.
asked
Mar 29
in
Android
by
Robin
(
14.6k
points)
android
sdk
+1
vote
Q: Name the basic tools for developing an Android App
asked
Mar 29
in
Android
by
Robin
(
14.6k
points)
developing
android
app
0
votes
Q: What is an android application architecture?
asked
Mar 29
in
Android
by
Robin
(
14.6k
points)
android
application
architecture
0
votes
Q: What database is used for the Android platform?
asked
Mar 29
in
Android
by
Robin
(
14.6k
points)
android
platform
database
0
votes
Q: what’s Android anyway?
asked
Mar 29
in
Android
by
Robin
(
14.6k
points)
android
anyway
0
votes
Q: What is Android Data Binding?
asked
Mar 28
in
Android
by
Robin
(
14.6k
points)
android
data
binding
...