当前位置:操作系统 > 安卓/Android >>

android保存用户名密码

Java代码 
◆get SharedPreferences pref = getSharedPreferences(VocabTestMain.PREF_APPID,0); 
         String username = pref.getString(VocabTestMain.PREF_USERNAME, ""); 
   ◆put SharedPreferences pref = getSharedPreferences(VocabTestMain.PREF_APPID, 0); 
         pref.edit().putString(VocabTestMain.PREF_USERNAME,txtName.getText().toString()).commit(); 

作者“lovebirdegg's world”
 

补充:移动开发 , Android ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,