buder

0820

1.四个 TranslateAnimation的参数含义
https://www.2cto.com/kf/201502/374920.html

https://www.cnblogs.com/yongdaimi/p/7909942.html

项目全局搜索
onAnimationUpdate
addListener

setAnimationListener


mCanvasHeight = MeasureSpec.getSize(heightMeasureSpec);
mCanvasWidth = MeasureSpec.getSize(widthMeasureSpec);
mCardHeight = mBitmap.getHeight();
mCardWidth = mBitmap.getWidth();
http://www.blogjava.net/liuyanbo/archive/2012/03/15/371969.html

 

动画属性:、
http://www.runoob.com/w3cnote/android-tutorial-alphaanimation.html


2.Android studio分析APK
3.
$ adb shell dumpsys activity top
adb shell dumpsys activity top >C:\Users\Tom\Desktop\a.txt

android.arch.lifecycle.LifecycleDispatcher.report_fragment_tag}

adb 查看当前 fragment
https://blog.csdn.net/qq_31028313/article/details/79679355
https://blog.csdn.net/codehxy/article/details/79462326

BaseRecyclerViewAdapterHelper使用
4.Android Architecture Component -- Lifecycle 浅析

android studio分析APK

 

 

 

 


5.布局文件Design模式不能用的解决办法
(1)在gradle.properties中 添加
android.enableAapt2=false
(2)重新构建了一下项目就好了

posted on 2018-08-21 22:51  buder  阅读(248)  评论(0编辑  收藏  举报

导航