Android API包含由標準Android應用程式使用的資源類,包含了所有Android應用程式模組的進階類。
android.appwidget
Android 允許應用程式推動views內嵌於其它應用程式。這些views被稱作為視窗小組件widgets),並且由“AppWidget Providers”發布。可以包含widgets的組件被稱作為“AppWidget hose”.
- AppWidget Providers
- Declaring a widget in the AndroidManifest
- Adding the AppWidgetProviderInfo meta-data
- Using the AppWidgetProvider class
- AppWidget Configuration UI
- AppWidget Broadcast Intents
- AppWidget Hosts
- android.content
包含了為在裝置上存取或者發布資料的類。
android.content.pm
包含了關於應用程式套件組合裝的存取資訊,包括活動,許可,服務,簽名和提供者的資訊。
android.content.res
包含了存取應用程式資源的類,如原始資源檔,顏色,可繪製的,媒體或者其它在封裝中的檔案,還有影響應用程式行為的重要裝置配置細節目標,輸入類型等等)。
android.database
包含通過一個內容提供者反饋的資料瀏覽類。
android.database.sqlite
包含SQlite資料庫管理類,就是應用程式管理的自身資料庫。
android.graphics
提供一般的如油畫布,顏色過濾器,和矩形等可以用來直接在螢幕上繪製圖形的工具。
android.graphics.drawable
提供類來管理為顯示而準備的多重元素,如位元影像和變化。
android.graphics.drawable.shapes
包含繪製幾何圖形的類。
android.hardware
為可能不會出現在每一個Android裝置上的裝置提供硬體支援。
android.inputmethodservice
寫入輸入方法的基礎類。
android.location
定義Android位置基礎服務和相關服務的類。
android.media
提供管理不同音頻和視頻媒體介面的類。
android.net
協助網路存取,除了常規java.net.*APIs的類。
android.net.http
android.net.wifi
提供管理裝置Wi-Fi功能的類。
android.opengl
提供OpenGL功用。
android.os
提供基本作業系統服務,資訊傳遞,和裝置內進程通訊。
android.preference
提供管理應用程式參數選擇和執行參數選擇UI的類。
android.provider
提供適宜的類,由Android存取內容提供者。
android.sax
一個可以簡單使用SAX處理器的架構。
android.speech
android.telephony
提供APIs來監控基本電話功能,如網路類型和串連狀態,另外加上操作電話號碼字串。
android.telephony.gsm
提供使用GSM電話特性的APIs,如文本/資料/PDU簡訊息。