Answer Posted / gayathri
The permissions the app requires
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a sticky broadcast? Give an example.
What is tween effect?
Explain the onsavedinstancestate() in activity?
The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.
What are two launch modes for activities?
How is the use of web view in android?
Do we need to register all of view classes in app.js with sencha touch?
Tell us what is the difference between mobile application testing and mobile testing?
What is the use of layout manager in android?
Where layouts are placed in android?
What is the importance of setting up permission in app development?
Can exe file run on android?
What is alertdialog in android?
Which attribute will be used in xml if the java code needs a reference to view??
Which dialog boxes can you use in you Android application?