Back to project page SimpleReader.
The source code is released under:
Apache License
If you think the Android project SimpleReader 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.dreamteam.app.img; /* ww w . ja v a 2 s. com*/ public class ImageLoadTask implements Runnable { private ImageLoad imageLoad; public ImageLoadTask(ImageLoad imageLoad) { this.imageLoad = imageLoad; } @Override public void run() { } }