Previous time written Android platform Open Source project: Fast Imageloader, now share to everyone
Source Address: Https://github.com/cumtkangyi/Android-Fast-ImageLoader
Android Fast Imageloader
A cool image cache for Android platform.
Demo Address
Sample Code
imageview ImageView = new ImageView (Mcontext); thumbnailloader loader = thumbnailloader .getinstance (context, "", constant.loadremoteimage (URL, imageView, new Cacheworker. builder (0, 0). Setloadingimage ( r.drawable.load_default), new Span class= "Pl-stj" >baseloadlistener (ImageView))
If you want-to-load with progress bar, please perform the following code:
ImageView ImageView=NewImageView (Mcontext);ProgressBar ProgressBar = new ProgressBar (mcontext); Thumbnailloader Loader = thumbnailloader. getinstance (Context, "", Constant. CACHE_DIR); loader. Loadremoteimage (URL, ImageView, new cacheworker. Builder (0, 0). Setloadingimage (R.drawableload_default), new Baseloadlistener ( ImageView, ProgressBar));
Alipay Account
[Email protected]
Developed by
- Leo Kang, Ning Dai
- Email: [email protected]
- License
Copyright 2012-2014 Leo.kang Ning.dai
Licensed under the Apache License, Version 2.0 (the "License"); You are not a use of this file except in compliance with the License. Obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License are distributed on an "as Is ' BASIS, without warranties or CONDITIONS of any KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Android Fast Imageloader