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.
我有一个动态页面,其中显示了很多来自互联网的图像。有些图像很重,需要太多时间。所以我想设置一个超时时间,之后将加载资源中的默认图像。请告诉我如何以 lwiit 形式在图像上设置超时?
Image image = ImageHelper.getImageFromWeb(entity.getBrand().getPictureURL());
这个功能只是从互联网上获取图像并且工作正常。代码将不胜感激。
我认为您必须自己实施。使用线程控制图像是否下载,比较它们是否为空。