What are fragments in Android Activity ?
Answer / mady
Fragment represents a behavior or a portion of user interface in an Activity. And it is a self-contained component with its own UI and lifecycle.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is 9-patch image?
How do you find memory leaks in the mobile app on android platform?
What is the significance of the .dex files? in Android?
What are the basic tools used to develop an android app?
What is an anr?
What is notificationmanager class?
Explain me what is the difference between service and intentservice? How is each used?
An android application needs to access device data e.g sms messages, camera etc. At what stage user needs to grant the permissions?
What is one shot?
Which scenario can test only on real devices but not on emulator?
What is value on component’s attribute layout_widtlf and layout_heighl to display the component big enough to?
How will you pass data to sub-activities?