摘要: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); try{ write("cai.sq","welcome to the hell"); String str = read("cai.sq"); Log.v("sq", str); }catch(IOException ... 阅读全文
posted @ 2013-05-08 11:23 LaoQuans 阅读(172) 评论(0) 推荐(0)
摘要: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); try{ write("prothro.sq","welcome to the hell"); String str = read("prothro.sq"); Log.v("sq", str); }ca... 阅读全文
posted @ 2013-05-08 11:01 LaoQuans 阅读(188) 评论(0) 推荐(0)
摘要: public class UseTimeCountActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); SharedPreferences shareP = this.getShare... 阅读全文
posted @ 2013-05-08 10:07 LaoQuans 阅读(255) 评论(0) 推荐(0)