What is view group in android?
Answer / Chandni
A ViewGroup in Android is a class that manages a group of child View objects. It acts as a container for other views, and can arrange its children using various layout parameters.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is true about localstorage?
Explain me the difference between oncreate() and onstart()?
What is intent?
What is the importance of an emulator in android?
Can you run exe files on android?
What is dagger 2 used for?
Explain androidmanifest.xml file and why do you need this?
What options do the users get to save data in android?
What is the latest version of android 2019?
What is the extension of android files?
How is broadcast receivers implemented?
Describe the android framework