09 2012 档案

摘要:Intent intent = new Intent(Intent.ACTION_SEND);intent.setType("text/plain");//intent.setType("image/jpg"); intent.putExtra(Intent_EXTRA_STREAM,文件路径);//intent.setType("audio/mp3");intent.putExtra(Intent_EXTRA_STREAM,文件路径);intent.putExtra(Intent.EXTRA_TEXT, “要发送的内容”);star 阅读全文
posted @ 2012-09-11 15:47 Lost in code 阅读(173) 评论(0) 推荐(0)
摘要:1. 数据接口http://www.weather.com.cn/data/sk/101010100.htmlhttp://www.weather.com.cn/data/cityinfo/101010100.htmlhttp://m.weather.com.cn/data/101010100.html 2. 图片接口http://m.weather.com.cn/img/c0.gifhttp://m.weather.com.cn/img/b0.gifhttp://www.weather.com.cn/m/i/weatherpic/29x20/d0.gifhttp://www.weather. 阅读全文
posted @ 2012-09-10 08:21 Lost in code 阅读(3103) 评论(1) 推荐(0)