What is Adapter?
Answer / mady
Adapter are bridging classes that bind data to Views(such as List Views) used in the user interface. The adapter is responsible for creating for creating the child Views used to represent each item within the parent View, and providing access to the underlying data.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the codename of android 6.0?
How do I turn off auto sync on my android phone?
What are application widgets in android?
Is google pixel an android phone?
How to remove icons and widgets from the main screen of an android device?
What are the approaches required to share persistent user-defined objects?
How does recyclerview differ from listview?
Given the following statements using openfileoutput function to store data into a file in android?
Explain the four java classes related to using sensors on the android platform?
Explain IP datagram, Fragmentation and MTU
Describe android Activities in brief.
What’s the difference between class, file and activity in android?