摘要: android 文件下载进度条:ProgressDialog progress = new ProgressDialog(context);progress.setTitle(“文件下载”);progress.setMessage("loading...");progress.setProgress... 阅读全文
posted @ 2015-02-27 14:34 IT博士 阅读(2954) 评论(0) 推荐(0) 编辑
摘要: 一、Scroller 1、获取Scroller 实例: 这个比较简单,找到栈顶的activity(也就是当前手机上能操作的界面) Scroller scroller = new Scroller(getContext()); 2、scrollTo(int x,int y)/scro... 阅读全文
posted @ 2014-11-21 13:09 IT博士 阅读(170) 评论(0) 推荐(0) 编辑