Back to project page UpdateMaster.
The source code is released under:
Apache License
If you think the Android project UpdateMaster listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.cvsi.updatemaster.controller; /* w w w . j a v a2 s . co m*/ import android.widget.ImageView; /** * Created by rivasyshyn on 02.10.2014. */ public interface RemoteImageProvider { public void loadImage(ImageView view, String url); }