Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Android 新手,正在做一些研究,我在互联网上 找到了这个示例,它很好。
现在,我想做的是当单击图像时,我想显示图像的完整尺寸。
我怎样才能做到这一点?
您可以通过两种方式做到这一点。
您可以获取所选图像并启动您的活动或对话框以显示大尺寸图像。或者您可以启动其他应用程序以显示所选图像,如下所示:
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("IMAGE_URI")));