文件名称:asyncHttpClient
介绍说明--下载内容均来自于网络,请自行研究使用
android实现异步网络加载功能,分离ui线程,实现ui外的线程加载,防止ui主线程阻塞-android asynchronous network load capabilities, separation ui thread, the thread load ui realized outside, blocking the main thread to prevent ui
(系统自动生成,下载前可以参看下载内容)
下载文件列表
asyncHttpClient
...............\.classpath
...............\.project
...............\.settings
...............\.........\org.eclipse.jdt.core.prefs
...............\AndroidManifest.xml
...............\assets
...............\bin
...............\...\classes
...............\...\.......\com
...............\...\.......\...\example
...............\...\.......\...\.......\asynchttpclient
...............\...\.......\...\.......\...............\BinarySample.class
...............\...\.......\...\.......\...............\CookieVideoView.class
...............\...\.......\...\.......\...............\ExampleUsage.class
...............\...\.......\...\.......\...............\MainActivity.class
...............\...\.......\...\.......\...............\TwitterRestClient.class
...............\...\.......\...\.......\...............\TwitterRestClientUsage.class
...............\...\.......\...\loopj
...............\...\.......\...\.....\android
...............\...\.......\...\.....\.......\http
...............\...\.......\...\.....\.......\....\AsyncHttpClient$InflatingEntity.class
...............\...\.......\...\.....\.......\....\AsyncHttpClient.class
...............\...\.......\...\.....\.......\....\AsyncHttpRequest.class
...............\...\.......\...\.....\.......\....\AsyncHttpResponseHandler$ResponderHandler.class
...............\...\.......\...\.....\.......\....\AsyncHttpResponseHandler.class
...............\...\.......\...\.....\.......\....\BaseJsonHttpResponseHandler.class
...............\...\.......\...\.....\.......\....\BinaryHttpResponseHandler.class
...............\...\.......\...\.....\.......\....\FileAsyncHttpResponseHandler.class
...............\...\.......\...\.....\.......\....\JsonHttpResponseHandler.class
...............\...\.......\...\.....\.......\....\MySSLSocketFactory.class
...............\...\.......\...\.....\.......\....\PersistentCookieStore.class
...............\...\.......\...\.....\.......\....\RequestHandle.class
...............\...\.......\...\.....\.......\....\RequestParams$FileWrapper.class
...............\...\.......\...\.....\.......\....\RequestParams$StreamWrapper.class
...............\...\.......\...\.....\.......\....\RequestParams.class
...............\...\.......\...\.....\.......\....\RetryHandler.class
...............\...\.......\...\.....\.......\....\SerializableCookie.class
...............\...\.......\...\.....\.......\....\SimpleMultipartEntity$FilePart.class
...............\...\.......\...\.....\.......\....\SimpleMultipartEntity.class
...............\...\.......\...\.....\.......\....\SyncHttpClient.class
...............\...\.......\...\.....\.......\....\TextHttpResponseHandler.class
...............\gen
...............\ic_launcher-web.png
...............\libs
...............\....\android-async-http-1.4.5.jar
...............\....\android-support-v4.jar
...............\proguard-project.txt
...............\project.properties
...............\res
...............\...\drawable-hdpi
...............\...\.............\ic_launcher.png
...............\...\drawable-ldpi
...............\...\drawable-mdpi
...............\...\.............\ic_launcher.png
...............\...\drawable-xhdpi
...............\...\..............\ic_launcher.png
...............\...\drawable-xxhdpi
...............\...\...............\ic_launcher.png
...............\...\layout
...............\...\......\activity_main.xml
...............\...\menu
...............\...\....\main.xml
...............\...\values
...............\...\values-v11
...............\...\..........\styles.xml
...............\...\values-v14
...............\...\..........\styles.xml
...............\...\values-w820dp
...............\...\.............\dimens.xml
...............\...\......\dimens.xml
...............\...\......\strings.xml
...............\...\......\styles.xml
...............\src
...............\...\com
...............\...\...\example
...............\...\...\.......\asynchttpclient
...............\...\...\.......\...............\BinarySample.java
...............\...\...\.......\...............\CookieVideoView.java
...............\...\...\....