Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Mobile Technologies Interviews:3GAndroidAndroid DeveloperAndroid Software EngineerApp Store Optimizer (ASO)BlackberryiPhoneMobile App ArchitectMobile ApplicationMobile Application DeveloperMobile Apps DeveloperSr. Android DeveloperWireless Communication
Copyright © 2018. All Rights Reserved
Sr. Android Developer Interview Question:
What is intents in Android? What are the different types of intents?
Submitted by: MuhammadAn Intent is an “intention” to do an action. An intent is a messaging object you can use to request an action from another app component.
Methods are used to deliver intents to different components:
► Flutter Application Development Course
► context.startActivity() – To start an activity
► context.startService() – To start a service
► context.sendBroadcast() – To deliver a broadcast
Submitted by: Muhammad
Methods are used to deliver intents to different components:
► Flutter Application Development Course
► context.startActivity() – To start an activity
► context.startService() – To start a service
► context.sendBroadcast() – To deliver a broadcast
Submitted by: Muhammad
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
