Câu hỏi phỏng vấn Android
Câu hỏi

What is Explicit Intent?

Câu trả lời

Explicit Intent

An Explicit Intent in Android is a type of Intent used to start an activity, service, or broadcast receiver within the same application. It explicitly specifies the target component by name, ensuring that the desired component is launched.

Here are the key points about Explicit Intents:

1. Target Component Specification

An Explicit Intent specifies the target component by its fully qualified class name, such as com.example.myapp.MainActivity. This ensures that the correct component is launched.

2. Used within the Same Application

Explicit Intents are typically used to navigate between activities or start services within the same application. They are not suitable for launching components in other applications.

3. Passing Data

Explicit...

middle

middle

Gợi ý câu hỏi phỏng vấn

senior

What is a Sticky Broadcast ?

middle

When to use Fragment s vs Activitie s?

middle

Explain key differences between Service and IntentService

Bình luận

Chưa có bình luận nào

Chưa có bình luận nào