What is an Intent?
Answer / mady
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).
| Is This Answer Correct ? | 0 Yes | 0 No |
Toast is a class to display a message in android. How to set position of a toast?
Which of the method is used to return a view from a layout file given the id of the view?
Please explain the difference between flag_activity_clear_task and flag_activity_clear_top?
how to upgrade database tables in the later versions of an application?
What is referred to explicit and implicit intent?
Is it possible to started an application on powerup?
Explain in brief about the important file and folder when you create new android application.
What is the risk in blocking the main thread when performing a lengthyoperation such as web access or heavy computation?
How to Translate in Android?
1 Answers TryTechnicals Pvt Ltd,
List the data types supported in aidl?
What languages does Android support for application development?
How is broadcast receivers implemented?