
android
jesson002
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android开发搭建环境时遇到问题
在运行程序时报错:[2011-07-20 20:17:26 - Activity01] Android Launch![2011-07-20 20:17:26 - Activity01] The connection to adb is down, and a severe er原创 2011-07-24 20:30:48 · 787 阅读 · 0 评论 -
Android之UID and PID
转载于:http://www.apkbus.com/forum.php?mod=viewthread&tid=1193 我们经常在一个activity中去start另一个activity,或者与另一个acitivity的结果进行交互(startActivityFor转载 2011-08-09 20:16:07 · 938 阅读 · 0 评论 -
报错android.util.AndroidRuntimeException: You cannot combine custom titles with other title features
【报错】android.util.AndroidRuntimeException: You cannot combine custom titles with other title features造成这个出错的原因是因为在代码中使用了:this.requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);原因应该所在android3.0以上的原创 2012-08-28 11:37:24 · 1554 阅读 · 0 评论 -
关于Intent内容传递action, category, data(Uri), type
新人,对intent的使用也只是用在比较浅层,一直将其定义为组件之间数据传递的桥梁。但是:昨天在编写一个widget DEMO的过程中,连续通过getPendingIntent调用已经封装好的pendingIntentremoteViews.setOnClickPendingIntent(R.id.btn0, getPendingIntent(context, 0))原创 2012-09-17 11:01:51 · 958 阅读 · 0 评论