摘要: 1 /** 2 * 3 * @title openOtherApplication 4 * @description 打开第三方应用 5 * @author 待我思量思量 6 * @create_date 2016-1-14 7 ... 阅读全文
posted @ 2016-01-14 16:30 待我思量思量 阅读(560) 评论(0) 推荐(0)
摘要: 先看View中是如何定义clickable和onClick的: case com.android.internal.R.styleable.View_clickable: if (a.getBoolean(attr, false))... 阅读全文
posted @ 2015-09-27 19:39 待我思量思量 阅读(499) 评论(0) 推荐(0)
摘要: 新安装的eclipse因为默认设置的问题容易出现这个问题。Window-Preferences-General-Keys 查看Word Completion绑定的快捷键是否是Alt+/,如果是将其改为别的,然后将Content Assist绑定的快捷键改为Alt+/即可。 阅读全文
posted @ 2015-09-07 20:37 待我思量思量 阅读(320) 评论(0) 推荐(0)