View (views)--listview Arrayadapter and Simpleadapter anthology

Source: Internet
Author: User

I. Arrayadapter

1.layout: Only one <textview>, no layout.

2. Data source: string[] or list<string>.

Two. Simpleadapter

1. Data source:list<map<string,object>>.

2.layout: You can use layouts to include multiple views.

3. Construction method

1-string[]{map set of key};

2-int[the ID of the view in the]{layout file, corresponding to the key of the Map collection}.

Three. Listener

1. Adapterview.onitemclicklistener

void Onitemclick (adapterview<?> parent, view view, int position, long ID):p osition the index of the data being clicked in the collection.

Four. API

Setadapter (Adapter) sets the adapter.

View (views)--listview Arrayadapter and Simpleadapter anthology

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.