Interview Questions

What is an Intent about Android?

Android Interview Questions and Answers


(Continued from previous question...)

What is an Intent about Android?

A class (Intent) which describes what a caller desires to do. The caller will send this intent to Android's intent resolver, which finds the most suitable activity for the intent. E.g. opening a PDF document is an intent, and the Adobe Reader apps will be the perfect activity for that intent (class).

(Continued on next question...)

Other Interview Questions