# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in ${sdk.dir}/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
没有合适的资源?快使用搜索试试~ 我知道了~
android多线程下载代码
共50个文件
class:15个
xml:11个
png:9个
5星 · 超过95%的资源 需积分: 9 27 下载量 123 浏览量
2013-06-20
10:40:39
上传
评论
收藏 1.19MB ZIP 举报
温馨提示
// 声明控件 // 路径与线程数量 private EditText et_url, et_num; // 进度条 public static ProgressBar pb_thread; // 显示进度的操作 private TextView tv_pb; // 线程的数量 public static int threadNum = 3; // 每个线程负责下载的大小 public int blockSize; public static int threadCount;// 数量 // 访问的path public String path; public static boolean flag = true; // 记录进度条的值 public static int pb_count = 0; public static Handler handler;
资源推荐
资源详情
资源评论
收起资源包目录
lession11_download.zip (50个子文件)
lession11_download
bin
classes.dex 550KB
res
drawable-hdpi
ic_launcher.png 6KB
drawable-xhdpi
ic_launcher.png 9KB
drawable-xxhdpi
ic_launcher.png 17KB
drawable-mdpi
ic_launcher.png 3KB
lession11_download.apk 233KB
jarlist.cache 120B
dexedLibs
android-support-v4-46ff413bc6ebf23064b2e532e92c9109.jar 185KB
classes
com
example
lession11_download
MainActivity.class 3KB
BuildConfig.class 369B
MainActivity$2.class 3KB
MainActivity$1.class 2KB
R$layout.class 439B
R$id.class 685B
R$drawable.class 443B
R$dimen.class 497B
R$attr.class 376B
R$menu.class 424B
R.class 793B
R$string.class 737B
util
StreamTools.class 940B
DownLoadThread.class 4KB
R$style.class 467B
resources.ap_ 41KB
AndroidManifest.xml 1KB
res
drawable-ldpi
values-v11
styles.xml 334B
menu
main.xml 263B
values-v14
styles.xml 391B
drawable-hdpi
ic_launcher.png 7KB
drawable-xhdpi
ic_launcher.png 12KB
drawable-xxhdpi
ic_launcher.png 24KB
values
strings.xml 608B
styles.xml 697B
dimens.xml 220B
values-sw720dp-land
dimens.xml 277B
drawable-mdpi
ic_launcher.png 4KB
values-sw600dp
dimens.xml 203B
layout
activity_main.xml 3KB
proguard-project.txt 781B
ic_launcher-web.png 50KB
assets
gen
com
example
lession11_download
BuildConfig.java 172B
R.java 3KB
src
com
example
lession11_download
MainActivity.java 5KB
util
StreamTools.java 662B
DownLoadThread.java 4KB
.project 854B
.classpath 459B
project.properties 563B
AndroidManifest.xml 1KB
libs
android-support-v4.jar 473KB
共 50 条
- 1
资源评论
- 一缕阳光啊2014-06-09非常不错 值得学习
- momentforver2013-11-22很有学习价值
可白
- 粉丝: 341
- 资源: 38
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- BigData-Notes-sqoop的安装与配置
- C语言-leetcode题解之28-implement-strstr.c
- C语言-leetcode题解之27-remove-element.c
- C语言-leetcode题解之26-remove-duplicates-from-sorted-array.c
- C语言-leetcode题解之24-swap-nodes-in-pairs.c
- C语言-leetcode题解之22-generate-parentheses.c
- C语言-leetcode题解之21-merge-two-sorted-lists.c
- java-leetcode题解之Online Stock Span.java
- java-leetcode题解之Online Majority Element In Subarray.java
- java-leetcode题解之Odd Even Jump.java
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功