2016年5月16日
摘要: package com.example.xml_shangxia; import java.util.ArrayList; import java.util.List; import android.app.Activity; import android.content.Intent; import android.os.AsyncTask; impor... 阅读全文
posted @ 2016-05-16 07:52 小荣荣 阅读(195) 评论(0) 推荐(0) 编辑
  2016年5月13日
摘要: package com.example.horzatalscallview; import java.util.ArrayList; import java.util.List; import java.util.Timer; import java.util.TimerTask; import android.os.Bundle; import android.os.Handler; i... 阅读全文
posted @ 2016-05-13 12:22 小荣荣 阅读(337) 评论(0) 推荐(0) 编辑
  2016年5月4日
摘要: package com.zcp.map; import android.os.Bundle; import android.app.Activity; import android.view.Menu; public class MainActivity extends Activity { private ImgView img; @Override prote... 阅读全文
posted @ 2016-05-04 10:02 小荣荣 阅读(181) 评论(0) 推荐(0) 编辑
  2016年5月3日
摘要: /******************************************************************************* * Copyright 2011, 2012 Chris Banes. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may ... 阅读全文
posted @ 2016-05-03 15:36 小荣荣 阅读(326) 评论(0) 推荐(0) 编辑
  2016年4月28日
摘要: package com.example.works; import java.util.ArrayList; import java.util.List; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.support.v4.app.F... 阅读全文
posted @ 2016-04-28 09:15 小荣荣 阅读(431) 评论(0) 推荐(0) 编辑
  2016年4月25日
摘要: package com.anjoyo.test; import android.app.Activity; import android.os.Bundle; import android.view.KeyEvent; import android.widget.Toast; public class TestActivity extends ... 阅读全文
posted @ 2016-04-25 10:00 小荣荣 阅读(281) 评论(0) 推荐(0) 编辑
  2016年4月24日
摘要: package com.example.pullto; import java.util.Arrays; import java.util.LinkedList; import com.handmark.pulltorefresh.library.PullToRefreshBase; import com.handmark.pulltorefresh.library.PullToRefres... 阅读全文
posted @ 2016-04-24 20:58 小荣荣 阅读(631) 评论(0) 推荐(0) 编辑
  2016年4月17日
摘要: package com.example.listviewloaddatademo; import java.util.ArrayList; import java.util.List; import com.lidroid.xutils.view.annotation.ViewInject; import com.lidroid.xutils.view.annotation.event.On... 阅读全文
posted @ 2016-04-17 21:25 小荣荣 阅读(204) 评论(0) 推荐(0) 编辑
摘要: package com.example.checks; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import com.example.adapter.MyBaseadapter; import com.example.vo.User; import android.app.A... 阅读全文
posted @ 2016-04-17 21:22 小荣荣 阅读(202) 评论(0) 推荐(0) 编辑
  2016年4月5日
摘要: package com.example.lianxi; import java.util.ArrayList; import java.util.List; import android.annotation.SuppressLint; import android.graphics.Color; import android.os.Bundle; import android.sup... 阅读全文
posted @ 2016-04-05 15:13 小荣荣 阅读(240) 评论(0) 推荐(0) 编辑