- 博客(5)
- 资源 (6)
- 收藏
- 关注
转载 ListView 滚动条位置
View c = listview.getChildAt(0); int scrolly = -c.getTop() + listview.getFirstVisiblePosition() * c.getHeight(); http://stackoverflow.com/questions/12624174/android-get-scroll-position-of-lis
2013-08-27 19:28:05
2137
转载 自定义Eclipse智能提示+空格键,=键不上屏[图解]
引用:http://pengyusong.iteye.com/blog/1637288 引用:http://www.blogjava.net/greatyuqing/archive/2012/11/29/392226.html eclipse默认智能提示是按下.之后可自定义为 a-zA-Z . 我自己改成了 ". abcdefghijklmnopqrstuvwxyzABCDEFG
2012-12-20 10:40:10
1811
转载 Android Shape
原文:http://blog.csdn.net/sunny2come/article/details/6890934 <gradient android:angle="90" // 必须45°倍数 android:type="linear | radial | sweep" // type 为 radial时必须指定 android:gradien
2012-02-29 22:38:30
454
转载 Http multipar/form-data
原文:http://yefeng.iteye.com/blog/315847 enctype="multipart/form-data" 通过 http 协议上传文件 rfc1867协议概述,jsp 应用举例,客户端发送内容构造 1、概述在最初的 http 协议中,没有上传文件方面的功能。 rfc1867 (http://www.ietf.org/rfc/rfc1867
2012-02-16 00:34:53
1524
转载 Android 拍照后获取真实路径
原文:http://www.devdiv.com/thread-71897-1-1.html 普通的获取图片方式: 得到的将是缩略图,而且因手机的不同, 缩略图的大小也不一样 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(intent, RESULT_OK); @O
2012-02-15 23:17:49
3639
Eclipse智能提示删除空格,等于,分号键上屏
2013-03-23
Eclipse智能提示删除空格,等于键上屏
2012-12-20
Google Android SDK开发范例大全 第二版
2011-11-02
Httpclient-All-4.0.1
2011-11-01
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人