What are Native Android Actions?
Answer / mady
Native Android applications also use Intents to launch Activities and sub Activities
ACTION-ANSWER Opens an Activity that handles immediately initiates a call using the number supplied in the Intent URI. Genereally it's considered better from to use ACTION_DIAL if possible.
ACTION_DELETE Starts an Activity hat lets you delete the data specified at that Intent's data URI.
ACTION_DIAL Brings up a dialer application with the number to dial pre-populated from the Intent URI. By default this is handled by the native Android phone dialer.
ACTION_EDIT Requests an Activity that can edit that data at the specified Intent URI. ACTION_INSERT
ACTION_PICK
ACTION_SEARCH
ACTION_SENDTO ACTION_SEND ACTION_VIEW ACTION_WEB_SEARCH
| Is This Answer Correct ? | 7 Yes | 3 No |
What is meant by responsive design?
What is menu/ directory?
List the data types supported in aidl?
How do you pass the data to sub-activities android?
How to prevent the data from reloading and resetting when the screen is rotated?
Which of the layout that you can use in a window in an android application?
How can I reduce my android system usage?
What is api level, codename of android 4.4?
Describe android Activities in brief.
How to select more than one option from list in android xml file? Give an example.
What is android 4.0 library folder in android?
Is the iphone better than android?