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 difference between serializable and parcelable ? Which is best approach in android ?
What is viewholder-pattern?
What is the use of android manifest.xml?
How to remove icons and widgets from the main screen of an android device?
What is drawable/ directory?
Does huawei have its own os?
What is meant by activities?
Is android 6.0 still supported?
What onlistitemclick() function used for?
What options do the users get to save data in android?
What do you mean by anr in android?
What is the correct way to check if a Compass sensor is present on the system? Explain your answer.