732003684

导航

2012年11月1日 #

【转】android:网络图片转为bitmap 保存至SD卡中

摘要: 调用 :saveFile(BaseMean.returnBitMap(mPhotoShowed),"hi.jpg");/** * return a bitmap from service * @param url * @return bitmap type */public final static Bitmap returnBitMap(String url) {URL myFileUrl = null;Bitmap bitmap = null;try {myFileUrl = new URL(url);HttpURLConnection conn;conn = (Htt 阅读全文

posted @ 2012-11-01 09:34 732003684 阅读(258) 评论(0) 推荐(0) 编辑

2012年10月26日 #

Oauth认证-新浪微博开发(上)

摘要: http://whatandroid.blog.51cto.com/2172732/818665 阅读全文

posted @ 2012-10-26 18:00 732003684 阅读(94) 评论(0) 推荐(0) 编辑

使用addView方法时,如何保持已有动态控件位置不被改变

摘要: http://blog.csdn.net/victoryckl/article/details/6853826 阅读全文

posted @ 2012-10-26 16:11 732003684 阅读(134) 评论(0) 推荐(0) 编辑

2012年10月25日 #

动画

摘要: 麦兜当当伴我心 阅读全文

posted @ 2012-10-25 18:19 732003684 阅读(89) 评论(0) 推荐(0) 编辑

Android 新浪微博授权

摘要: http://ipjmc.iteye.com/blog/1305020Android 新浪微博XAuth方式授权与发送http://jandroid.iteye.com/blog/1202526 阅读全文

posted @ 2012-10-25 17:58 732003684 阅读(131) 评论(0) 推荐(0) 编辑

Android字符串进阶之一(特殊字符的输入)

摘要: http://mikewang.blog.51cto.com/3826268/862643 阅读全文

posted @ 2012-10-25 15:49 732003684 阅读(101) 评论(0) 推荐(0) 编辑

android XML转义字符

摘要: http://binggo2011.iteye.com/blog/1021681 阅读全文

posted @ 2012-10-25 15:40 732003684 阅读(73) 评论(0) 推荐(0) 编辑

2012年10月22日 #

Android实现左右滑动效果

摘要: http://www.cnblogs.com/hanyonglu/archive/2012/02/13/2349827.html 阅读全文

posted @ 2012-10-22 12:02 732003684 阅读(110) 评论(0) 推荐(0) 编辑

Android手势学习之单点手势

摘要: http://my.oschina.net/banxi/blog/49080 阅读全文

posted @ 2012-10-22 12:00 732003684 阅读(118) 评论(0) 推荐(0) 编辑

2012年10月18日 #

Android中通过typeface设置字体

摘要: http://blog.csdn.net/xz876513579/article/details/7818187 阅读全文

posted @ 2012-10-18 12:09 732003684 阅读(129) 评论(0) 推荐(0) 编辑