摘要:
插入命令 a append after the cursor A append after the current line i insert before the cursor I insert before the current line o append new line O insert 阅读全文
摘要:
现在来分析分析下Android View的点击方法onclick();我们知道onclick()是一个回调方法,当用户点击View就执行这个方法,我们用Button来举例好了 //这个是View的一个回调接口 /** * Interface definition for a callback to 阅读全文
摘要:
问题 > Rendering Problems The following classes could not be instantiated: - android.support.v7.internal......... 解决 > 方法1、改变android API版本 方法2、将styles.x 阅读全文