Android開發資料

2021-06-17 20:11:43 字數 354 閱讀 7149

講解andriod activity的生命週期,值得一看:

下圖簡單闡述了activity的生命週期以及每個生命週期轉換的時候會被呼叫的函式:

其中resumed,paused和stopped這三個狀態是可以持續一段時間的狀態

如何訪問手機振動:

簡易鬧鐘示例程式:

在鎖屏狀態下點亮螢幕:

powermanager and wakelock :

pendingintent:

alarmmanager:

vibrator:

Android開發資料集合

1 eoeandroid特刊 第一期 andriod 1.5 sdk簡介 2 eoeandroid特刊 第二期 影象處理篇 1 3 eoeandroid特刊 第三期 android market及應用發布 4 eoeandroid特刊 第五期 android widget 5 eoeandroid特...

Android開發資料 2012 12 09

1.android 的 window 參考 requestwindowfeature可以設定的值有 1.default features 系統預設狀態,一般不需要指定 2.feature context menu 啟用contextmenu,預設該項已啟用,一般無需指定 3.feature cust...

Android開發資料 2012 12 23

1.android 拍照上傳 參考 第一種方式是用方法中傳回來的intent呼叫getdata 方法獲取資料的uri,然後再根據uri獲取資料的路徑,然後根據路徑封裝成乙個bitmap就行了.第二種方式也是用法中傳回來的intent物件但是不再是呼叫getdata 方法而是呼叫getextras 方...