Android handler error, different package handler

Source: Internet
Author: User


1.

Import Java.util.logging.Handler; This package will automatically generate the following methods. At that time also felt and the former is not the same, Ben is not meant.
New Handler () {            @Override            publicvoid  close () {            }            @Override             publicvoid  flush () {            }            @Override            publicvoid  Publish (LogRecord record) {            }
};
2. The method is then written to the method you want, but it prompts for @override error.
@Override          Public void handlemessage (Message msg) {            switch  (msg.what) {                case 1:                    Cityet.settext (mycity);                 default :                      Break ;            }

Later found that you want to use this method should be imported

Import Android.os.Handler;
In Android Studio, when you create Handler, import java.util.logging.Handleris imported by default, and you re-import the desired package.

Android handler error, different package handler

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.