Loading practice questions
What is an Intent in Android development?
Correct Answer: C — A message object to communicate between components
Explanation:
An Intent is a messaging object in Android that enables communication between different app components. It can start activities, send data, and bind services, making it a key component in app navigation and interactions.