gpt4 book ai didi

android - 在全屏android中打开图像

转载 作者:太空狗 更新时间:2023-10-29 12:54:08 24 4
gpt4 key购买 nike

我的应用程序中有一张缩略图,我想全屏显示图像,当您单击图库中的任何图像时,它会全屏显示。

我怎样才能做到这一点?

最佳答案

您可以启动图库应用程序本身以使用以下代码 fragment 查看图像您可以尝试一下。

Intent intent = new Intent();
intent.setAction(android.content.Intent.ACTION_VIEW);intent.setDataAndType(Uri.parse(file.getAbsolutePath()),"image/*");

startActivity(intent);

关于android - 在全屏android中打开图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8739285/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com