1.四個 TranslateAnimation的參數含義
https://www.2cto.com/kf/201502/374920.htmlhtml
https://www.cnblogs.com/yongdaimi/p/7909942.htmljava
項目全局搜索
onAnimationUpdate
addListenerandroid
setAnimationListenershell
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.htmlgradle
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/79462326spa
BaseRecyclerViewAdapterHelper使用
4.Android Architecture Component -- Lifecycle 淺析.net
android studio分析APKcode
5.佈局文件Design模式不能用的解決辦法 (1)在gradle.properties中 添加 android.enableAapt2=false (2)從新構建了一下項目就行了