- 博客(5)
- 收藏
- 关注
原创 LiveData setValue和postValue源码解析
LiveData描述LiveData 是一款基于观察者模式的可感知生命周期的核心组件。LiveData 为界面代码 (Observer)的监视对象 (Observable),当 LiveData 所持有的数据改变时,它会通知相应的界面代码进行更新。同时,LiveData 持有界面代码 Lifecycle 的引用,这意味着它会在界面代码(LifecycleOwner)的生命周期处于 started 或 resumed 时作出相应更新,而在 LifecycleOwner 被销毁时停止更新。通过 LiveDa
2020-05-20 15:41:12 2156
原创 git 命令行学习
1.git clonegit@github.com:wang0818/project.git 下载项目2.git log 项目根目录下查看历史提交信息
2020-05-11 18:52:39 152
原创 设置角标
华为角标设置https://developer.huawei.com/consumer/cn/doc/30802小米的角标https://dev.mi.com/docs/appsmarket/technical_docs/badge/MIUI 6 至 MIUI 10 桌面角标:https://dev.mi.com/console/doc/detail?pId=939...
2019-12-13 19:04:24 290
原创 Android学习集锦
面试题链接地址:http://www.jianshu.com/nb/4514362http://www.jianshu.com/p/a22450882af2github 学习网站https://github.com/zhujun2730/Android-Learning-Resources翻译了国外很多优秀的文章: https://github.com/hehonghui/andr...
2017-04-17 18:31:37 425
原创 canvas 执行canvas.toDataURL("image/png"); 出错
Uncaught SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported.
2015-07-10 12:41:59 2864
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人