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 needs to be done in order to set android development environment where eclipse ide is to be used?
What is drawable folder in android?
What is the significance of xml-based layouts?
Explain the onsavedinstancestate() and onrestoreinstancestate() in activity?
how to write a custom adapter in android?
how will you display database tables in an activity? Will you use gridview or tableview? Justify?
How to Save UI States in Case of Configuration Changes in Android?
0 Answers SkillGun Technologies,
Which is the highest android version?
Does huawei have its own os?
differences between google android studio and android studio ?
Explain the difference between nine-patch image vs regular bitmap image?
What is android on cell phones?