安卓中sharedperference的用法

2021-07-16 16:35:03 字數 939 閱讀 2027

引數 sharedperference

使用步驟:

1. 獲取到 sp = this.getsharedpreferences("config", 0);

2. 獲取編輯器 editor editor = sp.edit();

3. editor.putstring(key,value)    putint()  putdouble()

4. editor.commit();

5. 獲取資料 sp.getstring(key,dafvalue); sp.getint()...

下面這個方法可以實現儲存使用者名稱和密碼,資料存放很像map集合,以鍵值對的方式存放。

關鍵**:

sharedpreferences sp = this.getsharedpreferences("config", mode_private)其中"config"檔名,mode_private為檔案的許可權;

editor editor = sp.edit()獲得編輯這個檔案的編輯器;  

editor.commit()呼叫這個方法提交儲存資料。

關鍵**只有兩句

sharedpreferences sp = getsharedpreferences("config", mode_private)其中"config"檔名,mode_private為檔案的許可權;

string str_username =sp.getstring("username", "")和string str_password = sp.getstring("password", "")都是取出對應的資料。

安卓中dp,dip,dpi關係

之前寫錯了,現在改一下,參考自 1.首先宣告一下,dip與dp是同乙個單位,只不過叫法不同 dp全稱 density independent pixels,dip全稱 density independent pixels。density 密度,pixel 畫素 意思即 密度無關畫素 有些人說是dev...

安卓中管理Activity

安卓中一般在baseactivity 管理所有的activity 因為所有的activity 繼承自baseactivity 步驟 1 在baseactivity new 乙個arraylist 儲存activity private listallactivity new arraylist 2.寫...

安卓機頂盒軟體安卓

建立乙個自定義列表 如何建立乙個註腳 注釋也是必不可少的 katex數學公式 新的甘特圖功能,豐富你的文章 uml 圖表 flowchart流程圖 匯出與匯入 你好!這是你第一次使用markdown編輯器所展示的歡迎頁。如果你想學習如何使用markdown編輯器,可以仔細閱讀這篇文章,了解一下mar...