The Toast in the Activity reports an error after the Activity is destroyed. The solution is to change the context to the application, toastcontext

Source: Internet
Author: User

The Toast in the Activity reports an error after the Activity is destroyed. The solution is to change the context to the application, toastcontext

ToastUtil. showShort (context, R. string. connection_fail );

Change


ToastUtil. showShort (BusinesslinkApplication. getInstance (), R. string. connection_fail );


Android inherits the view. I want to end the current Activity, but there is no Activity. I want to convert context to Activity.

Because activity is a subclass of Context, you can directly call the finish Method for context... Activity.

Q: Where is the Toast error in this android applet?

Toast. makeText (activity06.class, "female", Toast. LENGTH_SHORT). show ();
Change activity. class in this line to activity. this
The first parameter of the makeText method refers to the context object. The context object here is the activity itself, so the written activity. this indicates itself.

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.