Silicon Valley social networking 5-contact list page, Silicon Valley social networking 5-Contact

Source: Internet
Author: User

Silicon Valley social networking 5-contact list page, Silicon Valley social networking 5-Contact

1. easeui

The page after ContactListFragment extends EaseContactListFragment is shown in figure

2. Set the title plus sign and click event listening

// Set titleBar for the header icon. setRightImageResource (R. drawable. em_add); // Add the contact titleBar with the plus sign. getRightLayout (). setOnClickListener (new View. onClickListener () {@ Override public void onClick (View v) {Intent intent = new Intent (getActivity (), AddContactActivity. class); getActivity (). startActivity (intent );}});


3. Add the header layout of Listview

// View headerView = View. inflate (getActivity (), R. layout. fragment_contact_header, null); listView. addHeaderView (headerView );

 

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.