我正在开发一个Android应用程序。在这个应用程序中,我使用textview并在此textview上设置drawableLeft属性。
现在这个可绘制的图像是动态的,来自服务器,因此我无法使用网络网址进行设置。 我有一个字符串网址,并希望用这个网址加载drawableLeft图标,我怎么能这样做,因为图像是动态的,来自服务器,我无法将这些图像保存为可绘制的。
任何人都可以帮助我,非常感谢先进。
答案 0 :(得分:1)
试试这个:
$('elements').onScreen({
container: window,
direction: 'vertical',
doIn: function() {
// initialize canvas
},
doOut: function() {
// Do something to the matched elements as they get off scren
},
tolerance: 0,
throttle: 50,
toggleClass: 'onScreen',
lazyAttr: null,
lazyPlaceholder: 'someImage.jpg',
debug: false
});
答案 1 :(得分:0)
本教程可帮助您解决此问题Image gridview,Get all images from server