十年网站开发经验 + 多家企业客户 + 靠谱的建站团队
量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决
import java.util.HashMap; import java.util.Map; import android.content.Context; import android.content.SharedPreferences; public class SystemSharedpreferences { private Context context; public SystemSharedpreferences(Context context) { this.context = context; } //存数据 public boolean saveMessage(String name,String age){ boolean flage = false; SharedPreferences sharedpreferences = context.getSharedPreferences("IPConfig",Context.MODE_PRIVATE); SharedPreferences.Editor editor = sharedpreferences.edit(); editor.putString("name", name); editor.putString("age", age); flage = editor.commit(); return flage; } //取数据 public MapgetMessage(){ Map map = new HashMap (); SharedPreferences sharedPreferences = context.getSharedPreferences("IPConfig", Context.MODE_PRIVATE); String ip = sharedPreferences.getString("name", ""); String port = sharedPreferences.getString("age", ""); map.put("name",name); map.put("age", age); return map; } } //调用 //存入 SystemSharedpreferences systemSharedpreferences = new SystemSharedpreferences( getBaseContext()); boolean flage = systemSharedpreferences.saveMessage( name, age); //取出 SystemSharedpreferences systemSharedpreferences = new SystemSharedpreferences( getBaseContext()); Map maps = systemSharedpreferences.getMessage();
创新互联www.cdcxhl.cn,专业提供香港、美国云服务器,动态BGP最优骨干路由自动选择,持续稳定高效的网络助力业务部署。公司持有工信部办法的idc、isp许可证, 机房独有T级流量清洗系统配攻击溯源,准确进行流量调度,确保服务器高可用性。佳节活动现已开启,新人活动云服务器买多久送多久。