| android | 基本的なアンドロイドのアプリケーションに使われるリソースクラスが含まれます. Contains the resource classes used by standard Android applications. |
| android.accessibilityservice | |
| android.app | アンドロイドのアプリケーションモデル全体をカプセル化した高レベルクラス群. High-level classes encapsulating the overall Android application model. |
| android.appwidget | アンドロイドはアプリケーションを他のアプリケーションに埋め込むためのviewを公開することを許可しています.これらのviewは「widgets」や「AppWidget providers」と呼ばれています.widgetを含むことができるコンポーネントは「AppWidget host」と呼ばれます.詳しくはAppWidgetのドキュメントをご覧ください. Android allows applications to publish views to be embedded in other applications. These views are called widgets, and are published by "AppWidget providers." The component that can contain widgets is called a "AppWidget host."For more information, see the AppWidgets documentation in the Dev Guide. |
| 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 | このクラスは,アプリケーションリソースにアクセスするためのクラスです.リソースとはraw asset files?や色,画像,メディアなどのパッケージに含まれるいろいろなファイルです.それに,アプリケーションの動作に影響する重要なデバイスの詳細設定(配置やインプットタイプ)も含まれます. 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 | 自身のプライベートデータベースを管理するのに使われるアプリケーションのSQLiteデータべースクラス群が含まれます. Contains the SQLite database management classes that an application would use to manage its own private database. |
| android.gesture | ジェスチャーの作成,認識,読み込み,保存をします. Provides classes to create, recognize, load and save gestures. |
| 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.inputmethodservice | ソフトウェアキーボードなど、入力手段のための基本的なクラスです. Base classes for writing input methods. |
| 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 | java.net.* のAPIの範疇を越えてネットワークアクセスを助けます. Classes that help with network access, beyond the normal java.net.* APIs. |
| android.net.http | |
| android.net.wifi | デバイス上でWi-Fi機能の制御をします. Provides classes to manage Wi-Fi functionality on the device. |
| android.opengl | OpenGLのユーティリティ(部品)を提供します. Provides OpenGL utilities. |
| android.os | デバイス上で基本的なOSサービスを提供します.メッセージの表示やプログラム間でのデータのやりとりです. Provides basic operating system services, message passing, and inter-process communication on the device. |
| android.preference | アプリケーション設定と、UI実行時の設定を制御するクラスを提供します. Provides classes that manage application preferences and implement the preferences UI. |
| android.provider | アンドロイドから与えられるコンテンツプロバイダーにアクセスするために便利なクラスを提供します. Provides convenience classes to access the content providers supplied by Android. |
| android.sax | A framework that makes it easy to write efficient and robust SAX handlers. |
| android.speech | |
| android.speech.tts | |
| android.telephony | Provides APIs for monitoring the basic phone information, such as the network type and connection state, plus utilities for manipulating phone number strings. |
| android.telephony.gsm | Provides APIs for utilizing GSM-specific telephony features, such as text/data/PDU SMS messages. |
| android.test | A framework for writing Android test cases and suites. |
| android.test.mock | Utility classes providing stubs or mocks of various Android framework building blocks. |
| android.test.suitebuilder | Utility classes supporting the test runner classes. |
| android.text | Provides classes used to render or track text and text spans on the screen. |
| android.text.format | |
| android.text.method | Provides classes that monitor or modify keypad input. |
| android.text.style | Provides classes used to view or change the style of a span of text in a View object. |
| android.text.util | Utilities for converting identifiable text strings into clickable links and creating RFC 822-type message (SMTP) tokens. |
| android.util | Provides common utility methods such as date/time manipulation, base64 encoders and decoders, string and number conversion methods, and XML utilities. |
| android.view | Provides classes that expose basic user interface classes that handle screen layout and interaction with the user. |
| android.view.accessibility | |
| android.view.animation | Provides classes that handle tweened animations. |
| android.view.inputmethod | Framework classes for interaction between views and input methods (such as soft keyboards). |
| android.webkit | Provides tools for browsing the web. |
| android.widget | The widget package contains (mostly visual) UI elements to use on your Application screen. |
| com.android.internal.os | |
| dalvik.bytecode | Provides classes surrounding the Dalvik bytecode. |
| dalvik.system | Provides utility and system information classes specific to the Dalvik VM. |
| java.awt.font | |
| java.beans |