What are the advantages of having an emulator within the Android environment?
Answer / 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 |
Tell us how do you supply construction arguments into a fragment?
How many different logcat types are there?
What do I need to develop Mono for Android applications?
What is the activityCreator in Android?
What is a toast?
Explain the onsavedinstancestate() in activity?
What are runnable in android?
In android, what is contained within the xml files in layout folder?
Where we can create tables and columns to them, create views or triggers?
Tell me two ways to clear the back stack of activities when a new activity is called using intent?
What is the difference between an implicit intent and explicit intent?
What is anr, and why does it happen?