2012年7月26日

Android 使用 SharedPreferences 保存和加载软件参数

摘要: packagecom.example.sharedpreferences;importjava.util.Map;importcom.eboy.service.PreferencesService;importandroid.os.Bundle;importandroid.app.Activity;importandroid.view.Menu;importandroid.view.View;importandroid.widget.EditText;importandroid.widget.Toast;publicclassMainActivityextendsActivity{privat 阅读全文

posted @ 2012-07-26 14:50 jxgxy 阅读(569) 评论(0) 推荐(0) 编辑

Android XML文件读写

摘要: <?xmlversion="1.0"encoding="UTF-8"?><persons><personid="23"><name>eboy</name><age>22</age></person><personid="24"><name>Frr</name><age>20</age></person></persons>packagec 阅读全文

posted @ 2012-07-26 11:33 jxgxy 阅读(28756) 评论(3) 推荐(1) 编辑

导航