- 博客(7)
- 收藏
- 关注
原创 当activity还没初始化完成是 页面在oncreate方法中弹popwindow
layoutBase为当前页面的根布局private Handler mHandler = new Handler() {@Overridepublic void handleMessage(Message msg) {super.handleMessage(msg); }};private void showPopWindow() {FingerTranPopWindow tranPopWindow = new FingerTranPopWindow(context); /
2021-02-24 14:14:36
428
原创 项目中使用的框架及环境的搭建
1.使用jetpack 的databinding框架android {dataBinding {enabled true}}2.app 如果要使用换肤功能implementation ‘skin.support:skin-support:1.2.4’3.酷炫的android 第三方加载动画 Android-SpinKitimplementation ‘com.github.ybq...
2020-07-26 18:00:13
277
原创 git的基本使用
git init 在根目录初始化git status 查看当前的状态git add {N} 添加一个文件到暂存区git add.添加该目录下的所有文件到暂存区git commit -m “添加说明” 提交到本地仓库git commit 提交到本地仓库git log 查看提交历史记录git clone {N} 从地址下载项目git branch {N} 创建分支git checkout {N} 切换分支git checkout master 切回master分支git bran
2020-06-03 11:42:08
132
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人