MYVB-Notepad

getSharedPreferences myperf = getSharedPreferences("mypref",activity.mode_world.writeble);

SharedPreferences.editor myedit = mypref.edit();

mydedit.putstring("name",홍길동");

myedit.commit();