亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

谷城县| 昌黎县| 新源县| 铁力市| 类乌齐县| 永年县| 留坝县| 青海省| 石屏县| 云浮市| 张家口市| 高邑县| 富顺县| 丰城市| 织金县| 明水县| 南阳市| 五家渠市| 永嘉县| 菏泽市| 安康市| 文水县| 兖州市| 满城县| 洞头县| 左云县| 新绛县| 尉犁县| 香河县| 博客| 临潭县| 禄劝| 腾冲县| 綦江县| 扶绥县| 荥阳市| 邢台市| 美姑县| 阳泉市| 冕宁县| 芜湖县|