What are the advantages of having an emulator within the Android environment?
Answer Posted / maanya
- The emulator allows the developers to work around an interface which acts as if it were an actual mobile device.
- They can write, test and debug the code.
- They are safe for testing the code in early design phase
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is android version 7.0 called?
What are the steps required to avoid context related memory leaks?
What is xmpp used for?
Explain the activities?
What is the relationship between the life cycle of an asynctask and an activity? What problems can this result in? How can these problems be avoided?
In android, which method you can use to obtain the path of the external storage?
What is an android runtime?
Can you use an Intent to provide data to a ContentProvider? If not, what would be the proper mechanism for doing this?
What are few exceptions in android?
Enumerate the three key loops when monitoring an activity?
What is an uris?
“Gingerbread” is nickname of which version?
Which are the different tags that are required to create reusable user interface that include the layout?
How will you create an async task in Android?
What is handler class do in android?