Toggle navigation
catface
HOME
ABOUT
TAGS
TOOLS
各版本特性
catface
千里之行 始于足下
本博客更新步骤
git clone -your url- 拷贝项目至本地 git pull 合并远程版本至本地 修改或添加文件后 git add. || git add --all git commit -m "-your description-" 添加描述 git push 提交 TIP 在 gitconfig 文件中添加 [credential] helper = store 避免每...
Posted by catface on September 1, 2017
点击事件
PART A_ Android 点击事件的四种实现 一 当前类实现 View.onClickListener 接口,覆写接口下的 onClick() 方法 在 onCreate() 中对指定控件设置点击监听并传入参数 this 在 onCLick() 中使用 switch-case 语句来对相应控件实现点击事...
Posted by catface on January 11, 2016