91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android 使用Sharedpreference共享參數

發布時間:2020-06-14 20:17:28 來源:網絡 閱讀:1074 作者:just2012xia 欄目:移動開發
import java.util.HashMap;
import java.util.Map;
import android.content.Context;
import android.content.SharedPreferences;
public class MySharedpreference {
    private Context context;
    public MySharedpreference(Context context) {
        // TODO Auto-generated constructor stub
        this.context = context;
    }
    public boolean saveMessage(String name, String pswd) {
        boolean flag = false;
        SharedPreferences sharedPreferences = context.getSharedPreferences(
                "userinfo", Context.MODE_PRIVATE);
        // 對數據進行編輯
        SharedPreferences.Editor editor = sharedPreferences.edit();
        editor.putString("name", name);
        editor.putString("pswd", pswd);
        flag = editor.commit();// 將數據持久化到存儲介質中
        return flag;
    }
    public Map<String, Object> getMessage() {
        Map<String, Object> map = new HashMap<String, Object>();
        SharedPreferences sharedPreferences = context.getSharedPreferences(
                "userinfo", Context.MODE_PRIVATE);
        String name = sharedPreferences.getString("name", "");
        String pswd = sharedPreferences.getString("pswd", "");
        map.put("name", name);
        map.put("pswd", pswd);
        return map;
    }
}


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

尚义县| 信宜市| 临海市| 鹿泉市| 唐河县| 玉溪市| 凤阳县| 万荣县| 汕尾市| 桦南县| 诏安县| 濮阳县| 凤阳县| 康马县| 汕尾市| 正定县| 红安县| 玛沁县| 厦门市| 泽普县| 四子王旗| 阳高县| 兴义市| 西乌珠穆沁旗| 宽城| 潞城市| 赤壁市| 会宁县| 霍林郭勒市| 丰县| 沙坪坝区| 抚顺县| 汝南县| 嫩江县| 淄博市| 城市| 商河县| 六盘水市| 九台市| 紫金县| 香格里拉县|