What do you know about intents?
Answer / Manish Kumar Dwivedi
Intents are messages used in Android to request an action from another component (such as starting a new activity, sending a broadcast, etc.). Intents can be implicit or explicit and allow for the dynamic discovery of services and activities that can perform the requested action.
| Is This Answer Correct ? | 0 Yes | 0 No |
What virtual machine android runs on?
Where is the ui designer in android?
What is raw/ directory?
Please explain what is a job scheduling?
What are containers?
Does android support other language than java?
How to send SMS in android? Explain with example.
Please explain what is an intent? Can it be used to provide data to a contentprovider? Why or why not?
what is a binder service in android and how it differs from started service?
Do you know what is application?
What is android:minsdkversion?
Please explain the difference between nine-patch image vs regular bitmap image?