WCF SDK Question:
Download Questions PDF

Described the Intent component of Android?

WCF SDK Interview Question
WCF SDK Interview Question

Answer:

Think of Intent as a message to allow the application to request action from the other application components (like activity), for instance VIEW, CALL, PLAY etc.
Suppose, on your Facebook app, the running activity is the Newsfeed, and you want to view (in full frame) a pic your friend posted. The click action on the photo would be the View Photo Intent, and the Photo screen (which is a new activity) gets loaded on the click (as the message is communicated).

Download WCF SDK Interview Questions And Answers PDF

Previous QuestionNext Question
What is APK format for Android?Can you please explain the difference between nine-patch image vs regular Bitmap image?