Answer Posted / 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 |
Post New Answer View All Answers
How do I install android os on my phone?
What is the use of sync in android?
Toast is a class to display a message in android. How to set position of a toast?
In android, does service create new thread in background?
Can I use my android phone as a bootable usb?
What is idl (interface definition language)?
The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.
what is a toast notification in android?
What is the relationship between the life cycle of an asynctask and an activity? What problems can this result in? How can these problems be avoided?
difference between nine-patch image vs regular bitmap image in android?
What is aidl? What are the datatypes supported by aidl?
What is the importance of setting up permission in app development?
Explain me onsavedinstancestate() and onrestoreinstancestate() in activity?
What are the type of flags to run an application in android?
What is rx in android?