What is View in Android?
Answer / mady
Views are the base class for all visual interface elements(commonly known as controls or widgets).
All UI controls,including the layout classes,are derived for View.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can exe file run on android?
Explain resource in android?
What are three common reasons to use an intent?
How to update ui from a service in android?
what is a content provider in android?
Explain the steps in creating a bounded service through aidl.
Describe activities.
Explain apk format for android?
Explain androidmanifest.xml file and why do you need this?
Why ttl (time to live) is required?
What is Service?
What is the use of an activitycreator?