SharedPrefrence保存对象(万能的SharedPrefrence工具类)

这是一个方便实用的SharedPreference工具类,用于在Android中存储各种类型的对象。通过简单的调用,可以在不同项目中通用,提供高效且简洁的代码实现。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

万能的SharedPrefrence类,不记得在哪里看到过这个,记录下来供大家学习和使用。

出处:http://blog.youkuaiyun.com/q460468765/article/details/51800239

package com.example.sharedpreferencesdemo;

import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;

import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.os.DropBoxManager.Entry;

public class SharedPreferencesUtils {
	private static Context mContext;
	private static SharedPreferencesUtils mySelf ;
	private SharedPreferencesUtils(){}
	/**
	 * 根据传入的对象,取出其中用public修饰符修饰的属性
	 * @param clazz 想要拿到属性的类的字节码文件
	 * @return 所有用pulic修饰的属性的一个list表
	 */
	public static SharedPreferencesUtils getInstance(Context context){
		mContext 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值