Android第三方异步网路加载库AsyncHttpClient

本文介绍了Android平台上常用的异步网络加载库AsyncHttpClient,重点提及该库的github地址以及1.4.8版本的jar包导入,强调其未内置缓存功能。
摘要由CSDN通过智能技术生成

Android平台上的AsyncHttpClient是一款比较流行的Android异步网路加载库,在github上的网址

是:https://github.com/loopj/android-async-http  注:AsyncHttpClient 没有实现内部缓存

导入1.4.8.jar包


java代码:

<span style="font-size:14px;">packa
Library Map ImageLoader | | - init(ImageLoaderConfiguration) | - isInited() | - displayImage(...) | - loadImage(...) | - getMemoryCache() | - clearMemoryCache() | - getDiscCache() | - clearDiscCache() | - denyNetworkDownloads(boolean) | - handleSlowNetwork(boolean) | - pause() | - resume() | - stop() | - destroy() | - getLoadingUriForView(ImageView) | - cancelDisplayTask(ImageView) MemoryCacheUtil | | - findCachedBitmapsForImageUri(...) | - findCacheKeysForImageUri(...) | - removeFromCache(...) StorageUtils | | - getCacheDirectory(Context) | - getIndividualCacheDirectory(Context) | - getOwnCacheDirectory(Context, String) ImageScaleType | NONE | IN_SAMPLE_POWER_OF_2 | IN_SAMPLE_INT | EXACTLY | EXACTLY_STRETCHED QueueProcessingType | FIFO | LIFO FailReason.FailType | IO_ERROR | DECODING_ERROR | NETWORK_DENIED | OUT_OF_MEMORY | UNKNOWN ImageLoadingListener | | | - onLoadingStarted(String, View) | | - onLoadingFailed(String, View, FailReason) | | - onLoadingComplete(String, View, Bitmap) | | - onLoadingCancelled(String, View) |---- SimpleImageLoadingListener ImageDownloader |---- BaseImageDownloader | |---- HttpClientImageDownloader |---- NetworkDeniedImageDownloader |---- SlowNetworkImageDownloader ImageDecoder |---- BaseImageDecoder BitmapDisplayer |---- SimpleBitmapDisplayer |---- FadeInBitmapDisplayer |---- RoundedBitmapDisplayer |---- FakeBitmapDisplayer DiscCacheAware |---- BaseDiscCache |---- UnlimitedDiscCache |---- LimitedDiscCache | |---- TotalSizeLimitedDiscCache | |---- FileCountLimitedDiscCache |---- LimitedAgeDiscCache MemoryCacheAware |---- BaseMemoryCache | |---- WeakMemoryCache | |---- LimitedMemoryCache | |---- UsingFreqLimitedMemoryCache | |---- LRULimitedMemoryCache | |---- LargestLimitedMemoryCache | |---- FIFOLimitedMemoryCache |---- LimitedAgeMemoryCache |---- LruMemoryCache FileNameGenerator |---- HashCodeFileNameGenerator |---- Md5FileNameGenerator PauseOnScrollListener
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值