Android-listview Data Loading Supplement

Source: Internet
Author: User

The listview displays data and requires three points:

1. ListView: The view used to display the list.

2, Adapter: Used to map data to the ListView, it is considered to be connected to the ListView and Data Bridge

3. Data:    The specific string, picture, or base component that will be mapped.

How does the system draw the ListView?

1. First use the GetCount () function to get the length of the list to be drawn;

2. Then start drawing: Call the GetView () function. In this function first obtain a view (this view, if a simple display is a view, if it is a custom containing a lot of controls when it is actually a viewgroup), and then instantiate and set the individual components and their data content and display it. Each view is plotted according to the value returned by the GetCount () function;

For the use optimization of the ListView, everyone's first response estimates are to use Viewholder (by using a static class to reduce the load times of the view and fully reuse).

And then release the picture in time;



Android-listview Data Loading Supplement

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.