设计一个网络图片浏览器

本文介绍了如何设计一个简单的网页图片浏览器。用户可以输入图片URL,应用通过HTTP GET请求加载图片并在界面上显示。
摘要由CSDN通过智能技术生成

大家在网上总会看到许多喜欢的图片,今天我们就设计一个网页图片浏览器。

首先呢,大家需要在网上找到图片,然后复制图片的网址,记住,是图片网址,而不是当前打开的网页的网址。比如下面这两幅图就分别是我在网页看到的图片,以及用图片浏览器查看时的截图:

好啦,先给大家代码:



<ImageView
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:layout_weight="1000"
    android:id="@+id/iv" />
    <EditText
        android:singleLine="true"
        android:id="@+id/et_path"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:hint="请输入图片路径"
        />
    <Button
        android:onClick="click"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content&#

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值