Cyber Monday 2024! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Exam Associate-Android-Developer Topic 1 Question 1 Discussion

Actual exam question for Google's Associate-Android-Developer exam
Question #: 1
Topic #: 1
[All Associate-Android-Developer Questions]

What is a correct part of an Implicit Intent for sharing data implementation?

Show Suggested Answer Hide Answer
Suggested Answer: D

Create the text message with a string

val sendIntent = Intent().apply { action = Intent.ACTION_SEND

putExtra(Intent.EXTRA_TEXT, textMessage) type = 'text/plain'

}


https://developer.android.com/guide/components/fundamentals

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel