相关疑难解决方法(0)

在Android中从HTML生成位图

如何从Android中的HTML生成位图?

可以WebView用于此或是否有更好的方法(如可能WebView直接使用渲染引擎)?怎么样?

我想实现以下方法......

public Bitmap toBitmap(Context context, String html, Rect rect);
Run Code Online (Sandbox Code Playgroud)

... html要呈现的html 在哪里,是rect所需位图的框架.

html android bitmap webview

10
推荐指数
2
解决办法
1万
查看次数

标签 统计

android ×1

bitmap ×1

html ×1

webview ×1