
android
文章平均质量分 79
jianweizhang_love
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Android] Monitor MMS
Monitor incoming mms eventclass MMSHandler extends Handler{ public void handleMessage(Message msg) { //Handle message }}clas转载 2011-07-27 14:30:37 · 771 阅读 · 0 评论 -
Android下调用收发短信邮件等
android常用URI - [android] 1,调web浏览器 Uri myBlogUri = Uri.parse("http://xxxxx.com"); returnIt = new Intent(Intent.ACTION_VIEW, myBlogUri转载 2011-08-09 13:05:56 · 567 阅读 · 0 评论 -
Android开发屏幕大小自适应
屏幕大小: 一:不同的layout Android手机屏幕大小不一,有480x320, 640x360, 800x480.怎样才能让App自动适应不同的屏幕呢? 其实很简单,只需要在res目录下创建不同的layout文件夹,比如layout-640x360,layout-原创 2011-08-09 13:09:11 · 393 阅读 · 0 评论 -
MMS URI Structure
Inspired by a post by CJ a few months ago, and because I ran into the same problem, I did a little (OK, a LOT) of poring through endless转载 2011-08-10 10:02:59 · 418 阅读 · 0 评论