码迷,mamicode.com
首页 > 其他好文 > 详细

0820

时间:2018-08-21 23:04:34      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:tps   项目   androi   add   查看   net   oid   listener   w3c   

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)重新构建了一下项目就好了

0820

标签:tps   项目   androi   add   查看   net   oid   listener   w3c   

原文地址:https://www.cnblogs.com/buder-cp/p/9515001.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!