2017年11月1日

摘要: //Intent intent=new Intent();//intent.setClass(MainActivity.this, GPSService.class);//以上二条可以合并成如下一条Intent intent = new Intent(this,GPSService.class); 阅读全文
posted @ 2017-11-01 19:42 高速转弯 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 使用BaseAdapter的话需要重载四个方法: getCount getItem getItemId getView getView是用来刷新它所在的ListView的。在每一次item从屏幕外滑进屏幕内的时候,或程序刚开始的时候创建第一屏item的时候。 public abstract View 阅读全文
posted @ 2017-11-01 10:39 高速转弯 阅读(311) 评论(0) 推荐(0) 编辑

导航