安卓開發工具類 SharedPreferences

2021-07-27 03:25:19 字數 852 閱讀 2165

package com.wanggjie.weishi.utils;

import android.content.context;

import android.content.sharedpreferences;

import com.wanggjie.weishi.conf.containts;

/*** @author 王傑

* @time 2017/2/10  13:07

* @desc sharedpreferences儲存和獲取資料的工具

*/public class sputils

//設定乙個boolean值到sp

public static void setspboolean(context c, string key, boolean flag)

//從sp中獲取乙個boolean值

public static boolean getspboolean(context c, string key)

//從sp中獲取乙個string值

public static string getspstring(context c, string key)

//設定乙個string值到sp

public static void setspstring(context c, string key, string value)

package com.wanggjie.weishi.conf;

/*** @author 王傑

* @time 2017/2/10  13:11

* @desc 自定義的常量類,用於儲存資料

*/public inte***ce containts

安卓工具類 FileUtils

public class minefileutils file file new file filepath intent.addflags intent.flag activity new task 設定標記 intent.addflags intent.flag grant read uri p...

《第五周作業》安卓快速開發工具 叮噹

老師講解快速開發原型工具時,激起了我的熱情。原因有二 1.現在做安卓的介面設計是挺麻煩而且很頭痛,並且做出來的也沒有活力。2.裡面的很多 不僅繁瑣,而且還經常重複。並且自己的 的格式也很不規範,讓自己看起來就已經很頭疼了,更不要說別人。基於這些原因我就趁熱打鐵,詢問度娘,終於覓到乙個寶貝開發工具,叫...

亞廈 後端開發工具類

collectionutils類 isempty 判斷集合是否為空 包括null或者size大小為0 isnotempty 與isempty相反 reversearray 倒置集合maputils類 isempty 判斷map是否為空 包括null或者map中無元素 isnotempty 與isem...