xsmile's Blog
分享点点滴滴
Feed & Web Facts
10
Feed Item Count
18 Jan 12 17:28
Last Reading
2.0
RSS/XML Version
(en)
Feed Language
UTF-8
Feed Encoding
Related Feeds
You could also like to visit these feeds:
260
Page-Views
196
Weekly People
Week 5xsmile's Blog
Newest Posts in Feed
Google2011博客大赛的双肩包
好吧,Google,这图案真够…
Android笔记五
Android中关于分享的实现我一直都没找到!今天总算被我撞见了,记录一下: ================================================== Android 使用MMS彩信或者Gmail发送图片 Intent i = new Intent(Intent.ACTION_SEND); i.putExtra(Intent.EXTRA_STREAM, imageUri);//这里必须是图片的uri i.setType("image/jpeg"); startActivity(Intent.createChooser(i, TITLE_TIP));//TITLE_TIP是弹出的选择程序处理的文字标题 ================================================== Android 使用短信或者Gmail发送文字 Intent ...
Google暑期大学生博客分享大赛(2011)
二等奖没拿到,就弄了个优秀奖。好吧,拿个双肩背包也不错~
reader