Asynctask下载Bitmap图像时的存储位置
创始人
2024-09-21 10:01:04
0

在 Asynctask 中下载 Bitmap 图像并将其存储在磁盘上,可以使用以下代码示例:

class DownloadImageTask extends AsyncTask {
    private String filePath;

    public DownloadImageTask(String filePath) {
        this.filePath = filePath;
    }

    protected Bitmap doInBackground(String... urls) {
        String imageUrl = urls[0];
        Bitmap bitmap = null;
        try {
            InputStream in = new java.net.URL(imageUrl).openStream();
            bitmap = BitmapFactory.decodeStream(in);
        } catch (Exception e) {
            Log.e("Error", e.getMessage());
            e.printStackTrace();
        }
        return bitmap;
    }

    protected void onPostExecute(Bitmap result) {
        if (result != null) {
            try {
                File file = new File(filePath);
                if (!file.getParentFile().exists()) {
                    file.getParentFile().mkdirs();
                }
                FileOutputStream out = new FileOutputStream(file);
                result.compress(Bitmap.CompressFormat.PNG, 90, out);
                out.flush();
                out.close();
            } catch (Exception e) {
                Log.e("Error", e.getMessage());
                e.printStackTrace();
            }
        }
    }
}

在调用 AsyncTask 时,传递一个文件路径作为参数,例如:

new DownloadImageTask("/sdcard/myimage.png").execute("http://example.com/image.png");

这将从 http://example.com/image.png 下载图像并将其保存在 /sdcard/myimage.png 中。请确保在 AndroidManifest.xml 中声明相应的权限。

相关内容

热门资讯

wpk德州ai辅助神器!wpk... wpk德州ai辅助神器!wpk有透视辅助吗,(wPk)本来有挂,软件教程(黑科技神器)1、在wpk德...
wpk德州透视外挂!wpk德州... wpk德州透视外挂!wpk德州透视外挂,(wpK)都是真的是有挂,AA德州教程(黑科技科技)该软件可...
AApoker透视辅助器安装教... AApoker透视辅助器安装教程!aapoker辅助器怎么用,(AApoker)总是存在有挂,专业教...
Wepoke黑科技设备!wep... Wepoke黑科技设备!wepoke透明挂哪里有,(WepOke)好像是有挂,我来教教你(黑科技辅助...
德扑ai助手!德扑ai智能机器... 德扑ai助手!德扑ai智能机器人代理,(德扑)竟然是真的有挂,详细教程(黑科技黑科技);一、德扑ai...
德扑之星ai代打风险分析!德扑... 德扑之星ai代打风险分析!德扑之星ai代打,(德扑之星)果然是真的有挂,力荐教程(黑科技插件)1)德...
德州ai购买!线上德州ai辅助... 德州ai购买!线上德州ai辅助,(德州ai)其实是有挂,揭秘教程(黑科技透视)1、很好的工具软件,可...
wepoke有没有挂!wepo... wepoke有没有挂!wepoke到底有没有挂,(we-poker)竟然真的有挂,科技教程(黑科技工...
AApoker辅助工具!aap... AApoker辅助工具!aapoker辅助实际测试,(AAPoker)原来真的有挂,力荐教程(黑科技...
微扑克ai软件!微扑克助手,(... 微扑克ai软件!微扑克助手,(微扑克)确实真的有挂,2025新版教程(黑科技透明挂)1、许多玩家不知...