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

What types of Context do you know?

Câu trả lời

Here are the main types of Context in Android:

Application Context

  • Represents the entire application
  • Accessible from anywhere in the app
  • Useful for global state and resources
  • Persists for the lifetime of the application

Activity Context

  • Represents a specific Activity
  • Provides access to Activity-specific resources and state
  • Useful for UI interactions and local state
  • Persists for the lifetime of the Activity

Service Context

  • Represents a specific Service
  • Provides access to Service-specific resources and state
  • Useful for background tasks and long-running operations
  • Persists for the lifetime of the Service

Broadcast Context

  • Represents a specific BroadcastReceiver
  • Provides access to BroadcastReceiver-specific resources and state
  • Useful for handling system-wide events and notifications...
junior

junior

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

middle

What are the differences between onCreate() , onCreateView() , and onActivityCreated() in Fragments
and what would they each be used for?

junior

How can I get the context in a Fragment?

middle

Explain how HashMap works

Bình luận

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

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