01.11.2014 Views

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

android.content.Context<br />

android.content<br />

Contains classes for accessing and publishing data on the device. It includes three main<br />

categories of APIs: the Resources for retrieving resource data associated with an application;<br />

Content Providers and ContentResolver for managing and publishing persistent data associated<br />

with an application; and the Package Manager for finding out information about the application<br />

packages installed on the device.<br />

In addition, the Context abstract class is a base API for pulling these pieces together,<br />

allowing you to access an application's resources and transfer data between applications.<br />

android.content.Context<br />

This package builds on top of the lower-level Android packages android.database, android.text,<br />

android.graphics.drawable, android.graphics, android.os, and android.util.<br />

Interface to global information about an application environment.<br />

This is an abstract class whose implementation is provided by the Android system.<br />

It allows access to application-specific resources and classes, as well as up-calls for applicationlevel<br />

operations such as launching activities, broadcasting and receiving intents, etc.<br />

<strong>Korea</strong> Android Community- www.kandroid.org<br />

35

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!