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.
我正在处理显示视频列表的列表视图。我正在从网络服务器获取视频的 url。现在我想使用 aQuery 创建视频缩略图。我正在使用以下代码:
Bitmap bmThumbnail = ThumbnailUtils.createVideoThumbnail("http://" + videoList.get(1), Thumbnails.MICRO_KIND);
它正在工作,但在滚动时需要一些时间。