InterviewSolution
Saved Bookmarks
| 1. |
What is basic defination of Intents in android |
| Answer» INTENTS is basically used to DISPLAY messages of notification WITHIN the Android enabled device to android user. Intents is basically used to notify the android user when a particular condition OCCURS and then users have the option or we can say user have opportunity to respond to the notification. | |