Chats - WhatsApp Direct Chat without saving number

Adapter

Adapter Tutorial With Example In Android Studio


Android Adapters are useful for retrieving different kinds of data and building views for an AdapterView such as  ListView or GridView.

The common adapters are

  1. BaseAdapter – It is parent adapter 
  2. ArrayAdapter – It is used when we have a list of single items
  3. Custom ArrayAdapter – It is used whenever we need to display a custom list
  4. SimpleAdapter – It is an easy adapter to map static data to views defined in your XML file
  5. Custom SimpleAdapter – It is used whenever we need to display a customized list and needed to access the child items of the list or grid

Post a Comment

Previous Post Next Post