上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页

2013年7月16日

Android API之Telephony.Sms

摘要: Telephony.Sms Contains all text based SMS messages. 包含基于SMS消息的所有文本。 1.sms表结构。 _ID _id INTEGER(long) The uni... 阅读全文

posted @ 2013-07-16 18:52 勤修 阅读(1686) 评论(0) 推荐(0) 编辑

com.android.providers.telephony.MmsSmsDatabaseHelper

摘要: SmsProvider, MmsProvider, MmsSmsProvider利用MmsSmsDatabaseHelper来操作数据库。 1. MmsSmsDatabaseHelper继承了SQLiteOpenHelper。 public class MmsSmsDatabaseHelper extends SQLiteOpenHelper 它至少需要实现三个方法:构造方法、onCreat... 阅读全文

posted @ 2013-07-16 18:27 勤修 阅读(1251) 评论(0) 推荐(0) 编辑

在发送信息时应用PendingIntent.FLAG_UPDATE_CURRENT

摘要: 1. 连续发送两条信息时,出现bug。以下是bug现象描述。 发送第一条信息,sentReceiver弹出toast告知发送成功,同时在listview中的发送状态立即同步更新为发送成功。 继续发送第二条信息,sentReceiver也弹出toast告知发送成功,但是在listView中发送状态仍然是正在发送中。 在QQ通讯录中查看第二条信息,发现它的发送状态也是正在发送中,QQ通讯录已经将... 阅读全文

posted @ 2013-07-16 15:01 勤修 阅读(16263) 评论(1) 推荐(0) 编辑

Android开发之旅(吴秦)

摘要: http://www.cnblogs.com/skynet/category/241385.html 阅读全文

posted @ 2013-07-16 13:27 勤修 阅读(160) 评论(0) 推荐(0) 编辑

Android API之android.content.BroadcastReceiver

摘要: android.content.BroadcastReceiver Base class for code that will receive intents sent by sendBroadcast(). You can either dynamically register an instance of this class with Context.registerReceiver() ... 阅读全文

posted @ 2013-07-16 13:24 勤修 阅读(614) 评论(0) 推荐(0) 编辑

Receiver not registered.

摘要: 1. 在MessageListActivity中出现异常:Receiver not registered. 07-16 11:15:47.881: E/AndroidRuntime(32361): FATAL EXCEPTION: main 07-16 11:15:47.881: E/AndroidRuntime(32361): java.lang.RuntimeException: Una... 阅读全文

posted @ 2013-07-16 12:03 勤修 阅读(14105) 评论(0) 推荐(0) 编辑

Can't create handler inside thread that has not called Looper.prepare()

摘要: 1. 收到新信息时,出现运行时异常。 07-16 10:58:55.173: E/JavaBinder(31934): *** Uncaught remote exception! (Exceptions are not yet supported across processes.) 07-16 10:58:55.173: E/JavaBinder(31934): java.lang.R... 阅读全文

posted @ 2013-07-16 11:11 勤修 阅读(6854) 评论(0) 推荐(0) 编辑

2013年7月15日

MessageListActivity has leaked IntentReceiver

摘要: 1. 在MessagelistActivity中出现has leaked IntentReceiver的异常。异常日志如下。 07-15 08:09:53.211: E/ActivityThread(15491): Activity com.txrj.sms.activity.MessageListActivity has leaked IntentReceiver com.txrj.sms.a... 阅读全文

posted @ 2013-07-15 22:15 勤修 阅读(13426) 评论(0) 推荐(1) 编辑

月光博客的地址

摘要: http://www.williamlong.info/ 阅读全文

posted @ 2013-07-15 19:12 勤修 阅读(190) 评论(0) 推荐(0) 编辑

在执行context.getContentResolver.query()方法时出现错误。

摘要: 1. 在执行context.getContentResolver.query()方法时出现错误。 07-15 18:46:13.470: E/AndroidRuntime(13624): FATAL EXCEPTION: AsyncTask #1 07-15 18:46:13.470: E/AndroidRuntime(13624): java.lang.RuntimeException: ... 阅读全文

posted @ 2013-07-15 19:05 勤修 阅读(7094) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页

导航