Android學習資料

2021-08-15 13:41:30 字數 354 閱讀 7465

json**

安卓自定義view教程目錄

(1)

(2)

阿里圖示庫

檢視github原始碼

幾乎包含所有android library的資料庫

高階混淆

生成各種型別圖示

檢視第三方庫方法數

google codelabs **

檢視android原始碼:

android系統架構

android 學習**

index.html

training/index.html

guide/index.html

studio/profile/index.html

Android 學習筆記14 資料儲存

android的資料儲存有4中方式 sharedpreferences sqlite content provider和file sharepreferences 提供輕量型資料儲存,一般使用者儲存配置資訊 本質上是xml檔案上的鍵值對,通常用來儲存一些簡單的配置資訊。其儲存位置在 data dat...

Android學習 Android加入執行許可權

多數情況下,程式的邏輯沒有問題,但是就是執行與預期不符合這個時候就可以來檢查檢查許可權的事了!常用的許可權 android name android.permission.internet android name android.permission.access network state an...

Android手機拍照(Android學習隨筆九)

使用android.hardware.camera類來拍 具體步驟如下 a 獲取camera例項物件,cameracamera camera.open 或者,cameracamera camera.open intcameraid cameraid表示camera裝置號,即與指定的camera進行連...