Android.content.Context Meaning and use

Source: Internet
Author: User

Context literal meaning contexts, located in the framework Package Android.content.Context, in fact, the class is a long type, similar to the handle handle in Win32, many methods need to pass the context to identify the caller's instance.

The first argument to toast, for example, is the context. Generally in the activity we use this instead, on behalf of the caller's instance for activity, and to a button of the onclick (view view) and other methods, we use this when the error, So we might use activityname.this to solve the problem, mainly because the class that implements the context has several models specific to Android, Activity, service, and Broadcastreceiver.

The general method that requires a context instance is a variety of service-implemented classes, such as Sensormanager, which needs to be instantiated

The Getsystemservice (String) method must be executed by the instance of the context, and there are some private file system I/O such as

Openfileinput and Maketext methods for commonly used toasts.

Android.content.Context Meaning and use

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.