上一页 1 2 3 4 5 6 7 ··· 9 下一页

2015年3月25日

android 上传图片

摘要: http://stackoverflow.com/questions/4781310/android-upload-photoshttp://stackoverflow.com/questions/2935946/sending-images-using-http-post 阅读全文

posted @ 2015-03-25 22:41 流浪者的五月 阅读(113) 评论(0) 推荐(0)

android httpclient post 的两种方式

摘要: httpclient 也可以通过setEntity(StringEntity)实现传递数据需设置stringEntity.setContentType("application/x-www-form-urlencoded");参考: http://blog.csdn.net/yuleran/arti... 阅读全文

posted @ 2015-03-25 15:48 流浪者的五月 阅读(130) 评论(0) 推荐(0)

2015年3月23日

android okhttp

摘要: http://www.cnblogs.com/ct2011/p/4001708.html 阅读全文

posted @ 2015-03-23 22:56 流浪者的五月 阅读(89) 评论(0) 推荐(0)

2015年3月22日

android-async-http 使用

摘要: 参考:http://www.cnblogs.com/manuosex/p/3583775.html参考:http://loopj.com/android-async-http/ 阅读全文

posted @ 2015-03-22 17:43 流浪者的五月 阅读(62) 评论(0) 推荐(0)

2015年3月21日

android 多线程

摘要: 参考:http://www.cnblogs.com/plokmju/p/android_handler.html 阅读全文

posted @ 2015-03-21 19:36 流浪者的五月 阅读(58) 评论(0) 推荐(0)

android xml 解析

摘要: 参考:http://www.cnblogs.com/JerryWang1991/archive/2012/02/24/2365507.html 阅读全文

posted @ 2015-03-21 00:41 流浪者的五月 阅读(93) 评论(0) 推荐(0)

2015年3月20日

android 上传文件图片

摘要: 方法一,自己构造multiparty 等各种参数 文件和参数同时上传参考第二条回答参考:http://stackoverflow.com/questions/4966910/androidhow-to-upload-mp3-file-to-http-server/5176670#5176670htt... 阅读全文

posted @ 2015-03-20 08:22 流浪者的五月 阅读(795) 评论(0) 推荐(0)

2015年3月18日

android -> 通过自定义的TableLayout实现网格形的RadioButton

摘要: 参考: http://stackoverflow.com/questions/2381560/how-to-group-a-3x3-grid-of-radio-buttons用到的关键类:效果: 阅读全文

posted @ 2015-03-18 19:12 流浪者的五月 阅读(385) 评论(0) 推荐(0)

android 按钮按下后改变背景

摘要: 可通过RadioButton 结合selector实现 通过android:state_checked值改变背景xml布局文件中关键代码: female_style.xml male_sytle.xml 参考: http://www.eoeandroid.com/forum.php... 阅读全文

posted @ 2015-03-18 13:59 流浪者的五月 阅读(1325) 评论(0) 推荐(0)

2015年3月17日

eclipse 导入 Gradle构建开源项目

摘要: http://seniorzhai.github.io/2014/07/02/Eclipse%E5%AF%BC%E5%85%A5Gradle%E9%A1%B9%E7%9B%AE/ 阅读全文

posted @ 2015-03-17 18:10 流浪者的五月 阅读(265) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 ··· 9 下一页

导航