Use of Android Adapter

Source: Internet
Author: User

More commonly used are Base adapter,impleader,adapter,counteradaptation and so on.

  • Baseadapter is an abstract class, inheriting it needs to implement more methods, so it also has a high degree of flexibility;
  • Arrayadapter supports generic operations, the simplest of which is to display only one line of words.
  • Simpleadapter has the best extensibility and can customize various effects.
  • Simplecursoradapter can be applied to a simple text-only ListView, which requires the cursor's field and UI ID to correspond. You can override other methods if you need to implement a more complex UI. Can be considered as a simple combination of simpleadapter database, you can easily put the contents of the database in the form of a list to display.

Reference: http://blog.csdn.net/fznpcy/article/details/8658155

Use of Android Adapter

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.