存储数据 SharedPreferences sp = getSharedPreferences("data",MODE_PRIVATE); Editor editor = sp.edit(); editor.putString("name", "传智播客"); editor.putInt("age", 8); editor.commit(); 以上程序把name、age等信息保存到一个文件名为data.txt的文件中
存储数据 SharedPreferences sp = getSharedPreferences("data",MODE_PRIVATE); Editor editor = sp.edit(); editor.putString("name", "传智播客"); editor.putInt("age", 8); editor.commit(); 以上程序把name、age等信息保存到一个文件名为data.txt的文件中
对于SharedPreferences存储,下面说法正确的是( ) A: SharedPreferences pref = new SharedPreferences()。 B: Editor editor = new Editor()。 C: SharedPreferences只能存储字符串类型数据。 D: Editor对象存储数据最后都要调用commit()/apply()方法。
对于SharedPreferences存储,下面说法正确的是( ) A: SharedPreferences pref = new SharedPreferences()。 B: Editor editor = new Editor()。 C: SharedPreferences只能存储字符串类型数据。 D: Editor对象存储数据最后都要调用commit()/apply()方法。
向SharedPreferences提交已修改的数据,应当调用Editor类的( )方法。 A: getString() B: putString() C: commit() D: edit()
向SharedPreferences提交已修改的数据,应当调用Editor类的( )方法。 A: getString() B: putString() C: commit() D: edit()
Questions12toI5arebasedontheconversationyouhavejustheard. A: Editor and writer. B: Editor and reader. C: Editor and publisher. D: Colleagues.
Questions12toI5arebasedontheconversationyouhavejustheard. A: Editor and writer. B: Editor and reader. C: Editor and publisher. D: Colleagues.
You write a cover letter to______. A: Introduce yourself to the editor B: Introduce your paper to the editor C: Recommend reviewers to the editor D: Oppose reviewers to the editor
You write a cover letter to______. A: Introduce yourself to the editor B: Introduce your paper to the editor C: Recommend reviewers to the editor D: Oppose reviewers to the editor
You write a cover letter NOT to______. A: introduce your paper to the editor B: recommend reviewers to the editor C: introduce yourself to the editor D: oppose reviewers to the editor
You write a cover letter NOT to______. A: introduce your paper to the editor B: recommend reviewers to the editor C: introduce yourself to the editor D: oppose reviewers to the editor
What difficulties may you meet as the associate editor or editor?
What difficulties may you meet as the associate editor or editor?
Letters to the editor:
Letters to the editor:
As an associate editor or editor, when you suffer some difficulties, what should you do? </p></p>
As an associate editor or editor, when you suffer some difficulties, what should you do? </p></p>
A ____ is a person who ____ _____. A: crime; commit; criminal B: commit; criminal; crimes C: commit; crimes; criminal D: criminal; commits; crimes
A ____ is a person who ____ _____. A: crime; commit; criminal B: commit; criminal; crimes C: commit; crimes; criminal D: criminal; commits; crimes