码迷,mamicode.com
首页 >  
搜索关键字:developer    ( 5838个结果
2.2.3.Architecture components_View Binding
参考 https://developer.android.com/topic/libraries/view-binding 简介 简单来说就是来代替findViewById的。 配置 在AndroidStudio3.6及以上版本可用, 在模块的build.gradle中加入: android { . ...
分类:其他好文   时间:2020-02-26 21:08:26    阅读次数:112
Android Jetpack简介
参考https://developer.android.com/jetpackhttps://developer.android.com/jetpack/androidx把语言改为English可以查看androidx所有文档https://developer.android.com/jetpack ...
分类:移动开发   时间:2020-02-26 19:13:53    阅读次数:129
2.1.3.Architecture components_LiveData
参考 https://developer.android.com/topic/libraries/architecture/livedata https://www.jianshu.com/p/55f94c1c5e0e LiveData LiveData是可观察的数据持有者类。 与常规的可观察对象不 ...
分类:其他好文   时间:2020-02-26 19:12:18    阅读次数:54
2.1.1.Architecture components_Lifecycles
参考 https://developer.android.com/topic/libraries/architecture/lifecycle https://developer.android.com/jetpack/androidx/releases/lifecycle 配置 需要在本目录的bu ...
分类:其他好文   时间:2020-02-26 18:40:33    阅读次数:56
2.1.2.Architecture components_ViewModel
参考 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
2.0.Architecture components架构组件
参考 https://developer.android.com/topic/libraries/architecture/ Architecture架构组件 架构组件是Jeppack中的一组支持库,主要用于帮助开发者构建一个健壮的架构。 很早就接触这个,但一直用的云里雾里的,年前和最近一段时间把官 ...
分类:其他好文   时间:2020-02-26 18:27:33    阅读次数:60
CSS: inline、block和inline-block的区别
block 块级元素特点: 1、每个块级元素都从新的一行开始,并且其后的元素也另起一行。(很霸道,一个块级元素独占一行) 2、元素的高度、宽度、行高以及顶和底边距都可设置。 3、元素宽度在不设置的情况下,是它本身父容器的100%(和父元素的宽度一致),除非设定一个宽度。 inline 内联元素特点: ...
分类:Web程序   时间:2020-02-25 00:35:21    阅读次数:91
Go Pentester - HTTP CLIENTS(2)
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
历史版本xcode的下载
https://developer.apple.com/ 去苹果官网 登陆developer账号 去里面的download xcode34566788810 ...
分类:其他好文   时间:2020-02-23 14:23:45    阅读次数:228
android逆向工具
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
5838条   上一页 1 ... 33 34 35 36 37 ... 584 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!