懵懂钢笔

文章
2
资源
1
加入时间
4年2月16天

Activity 设置切换动画

设置Activity的切换动画,有两种方式:1.使用overridePendingTransition(新Activity进入动画, 旧Activity退出动画),需要紧接在startActivity 和finish()后。2.在manifest中配置Activity的theme。下面着重说明第二种情况:[html] view plain cop

How to Share GCP Images with Other Users and Projects

Last updated on August 9, 2019 We always can share Compute Engine images, snapshots, and disks with other users outside of your project or organization. Basically users with read access to those res...