2013年4月23日

android异步取数据

摘要: new AsyncTask<Void, Void, List<HashMap<String, String>>>() { @Override protected List<HashMap<String, String>> doInBackground(Void... params) { Keli keli = (Keli) getIntent().getSerializableExtra("Keli"); return SQLiteUtils.getInstance(ActClassExs.this).getKel 阅读全文

posted @ 2013-04-23 17:37 疯狂的石头陈 阅读(211) 评论(0) 推荐(0)

导航