
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
git设置user.name和email
如图$ git config --global user.name"名字"$ git config --global user.email 邮箱如果用了 –global 选项,那么更改的配置文件就是位于你用户主目录下的那个,以后你所有的项目都会默认使用这里配置的用户信息。如果要在某个特定的项目中使用其他名字或者邮箱,只要去掉 –global 选项重新配置即可,新的设定保存在当前项目的 .git/c
【Jetpack更新之Fragment】终于动手了,onActivityCreated 被弃用
❝本系列文章介绍 Jetpack 组件库的更新一直以来, fragment 的 api 都非常难用,官方也承认这一点。一个月前,fragment 中的 onActivityCreated...
[译]深入研究 ViewBinding 在 < include>, < merge>, adapter, fragment, 和 activity 中使用View Binding
原文:Exploring View Binding in Depth — Using ViewBinding with < include>, < merge>, adapters, fragments, and activities作者:Somesh Kumar译者:fly_with24谷歌在2019 I/O 大会中的 What’s New in Archit...
【Jetpack更新之Fragment】setRetainInstance 被弃用,那么 fragment 是如何保存状态的?...
我们都知道 fragment 中的 setRetainInstance 用于控制是否在 activity 保留 fragment 实例,具体内容可参见 WanAndroid 的每日一问:...
到底了







