自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 看源代码库

http://www.see-source.com/index.html

2016-01-25 13:00:25 312

原创 listview 滑动监听

// listview touch and scroll listener boolean isTabShow = true; float downY = 0; boolean isActionDown = false; private int mListViewFirstItem = -1; //listView中第一项的在屏幕中的位置 priva

2016-01-25 09:31:11 263

原创 vs 2013

isual Studio Ultimate 2013 KEY(密钥):BWG7X-J98B3-W34RT-33B3R-JVYW9 Visual Studio Premium 2013 KEY(密钥):FBJVC-3CMTX-D8DVP-RTQCT-92494 Visual Studio Professional 2013  KEY(密钥): XDM3T-W3T3V-MGJWK-8BFV

2016-01-21 15:25:57 256

原创 http://snowdream.github.io/awesome-android/

http://snowdream.github.io/awesome-android/

2016-01-04 09:06:17 264

原创 android share

https://github.com/supercoeus/share/blob/master/README.md

2016-01-04 09:05:01 332 1

原创 list 数组分类存到map中

//查询出来的所有学生 List allStudents = null ; Map) map = new HashMap(); for(Student student : allStudents){if(map.containsKey(student.getGroupNo())){ List students = map.get(student.getGroupNo());students.a

2015-12-29 11:19:46 333

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除