_cclistview the color of the selected item and resolve the bug that the upgrade notification pops up after landing

Source: Internet
Author: User

    1. 650) this.width=650, "src=" Http://s3.51cto.com/wyfs02/M02/6F/B5/wKioL1WmEFvylCStAAE6jaFehMs163.jpg "title=" merchant 05. PNG "alt=" wkiol1wmefvylcstaae6jafehms163.jpg "/>


Implementation, set in the ListView XML

Android:listselector= "@color/green"


2. Resolve the bug that the upgrade notification pops up after login

①: minefragment jump to login interface using Startactivityforresult instead of startactivity;

@Override

public void Onactivityresult (int requestcode, int resultcode, Intent data) {

if (data! = NULL) {

if (ResultCode = = MeituanConstants.Code.RESULT_LOAD) {

Load = Data.getstringextra ("load");

}

}

Super.onactivityresult (Requestcode, ResultCode, data);

}

② a UI reload in resume

@Override

public void Onresume () {

TODO auto-generated Method Stub

Super.onresume ();

Initui ();

}


_cclistview the color of the selected item and resolve the bug that the upgrade notification pops up after landing

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.