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 |
How does the aosp relate to the android compatibility program?
Explain localization and how to achieve?
How is content provider implemented?
List the various storages that are provided by android.
What are runnable in android?
What's the difference between android os and android system?
How can anr be prevented?
Who invented android os?
where will you declare your activity so the system can access it?
What is onpause?
Why is emulator important in the android environment?
What is access data using content provider: