|
Packages |
| android |
Contains the resource classes used by standard Android applications. |
| android.app |
High-level classes encapsulating the overall Android application model. |
| android.content |
Contains classes for accessing and publishing data
on the device. |
| android.content.pm |
Contains classes for accessing information about an
application package, including information about its activities,
permissions, services, signatures, and providers. |
| android.content.res |
Contains classes for accessing application resources,
such as raw asset files, colors, drawables, media or other other files
in the package, plus important device configuration details
(orientation, input types, etc.) that affect how the application may behave. |
| android.database |
Contains classes to explore data returned through a content provider. |
| android.database.sqlite |
Contains the SQLite database management
classes that an application would use to manage its own private database. |
| android.graphics |
Provides low level graphics tools such as canvases, color filters, points, and
rectangles that let you handle drawing to the screen directly. |
| android.graphics.drawable |
Provides classes to manage a variety of visual elements that are intended for
display only, such as bitmaps and gradients. |
| android.graphics.drawable.shapes |
Contains classes for drawing geometric shapes. |
| android.hardware |
Provides support for hardware devices that may not be present on every Android device. |
| android.location |
Classes defining Android location-based and related services. |
| android.media |
Provides classes that manage various media interfaces in audio and video. |
| android.net |
Classes that help with network access, beyond the normal java.net.* APIs. |
| android.net.http |
|