参考 https://developer.android.com/topic/libraries/view-binding 简介 简单来说就是来代替findViewById的。 配置 在AndroidStudio3.6及以上版本可用, 在模块的build.gradle中加入: android { . ...
分类:
其他好文 时间:
2020-02-26 21:08:26
阅读次数:
112
参考https://developer.android.com/jetpackhttps://developer.android.com/jetpack/androidx把语言改为English可以查看androidx所有文档https://developer.android.com/jetpack ...
分类:
移动开发 时间:
2020-02-26 19:13:53
阅读次数:
129
参考 https://developer.android.com/topic/libraries/architecture/livedata https://www.jianshu.com/p/55f94c1c5e0e LiveData LiveData是可观察的数据持有者类。 与常规的可观察对象不 ...
分类:
其他好文 时间:
2020-02-26 19:12:18
阅读次数:
54
参考 https://developer.android.com/topic/libraries/architecture/lifecycle https://developer.android.com/jetpack/androidx/releases/lifecycle 配置 需要在本目录的bu ...
分类:
其他好文 时间:
2020-02-26 18:40:33
阅读次数:
56
参考 https://developer.android.com/topic/libraries/architecture/viewmodel 官方例子 https://github.com/android/architecture-components-samples/tree/master/Ba ...
分类:
其他好文 时间:
2020-02-26 18:31:23
阅读次数:
72
参考 https://developer.android.com/topic/libraries/architecture/ Architecture架构组件 架构组件是Jeppack中的一组支持库,主要用于帮助开发者构建一个健壮的架构。 很早就接触这个,但一直用的云里雾里的,年前和最近一段时间把官 ...
分类:
其他好文 时间:
2020-02-26 18:27:33
阅读次数:
60
block 块级元素特点: 1、每个块级元素都从新的一行开始,并且其后的元素也另起一行。(很霸道,一个块级元素独占一行) 2、元素的高度、宽度、行高以及顶和底边距都可设置。 3、元素宽度在不设置的情况下,是它本身父容器的100%(和父元素的宽度一致),除非设定一个宽度。 inline 内联元素特点: ...
分类:
Web程序 时间:
2020-02-25 00:35:21
阅读次数:
91
Building an HTTP Client That Interacts with Shodan Shadon(URL:https://www.shodan.io/) is the world's first search engine for Internet-connected device ...
分类:
Web程序 时间:
2020-02-23 20:14:39
阅读次数:
74
https://developer.apple.com/ 去苹果官网 登陆developer账号 去里面的download xcode34566788810 ...
分类:
其他好文 时间:
2020-02-23 14:23:45
阅读次数:
228
frida: https://frida.re/docs/home/ 用于 java/native 层 hook 安装:pip3 install install frida-tools 更新指定版本:pip3 install --upgrade frida-tools==6.0.1 基于frida ...
分类:
移动开发 时间:
2020-02-23 11:24:34
阅读次数:
101