上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 59 下一页
  2014年11月14日
摘要: 这个问题有点神啊。在工程中导入第三方类库包(自定义Library)本来运行的好好的,突然间所有引用的Library中的类都无法在工程中引用了,一个劲的打红叉,eclipse也重启了,项目也clean了,Library也没报错。这蛋疼的问题直接把我整的没辙了。最后一怒之下给它来了一下clean all... 阅读全文
posted @ 2014-11-14 14:27 飘杨...... 阅读(477) 评论(0) 推荐(0) 编辑
  2014年10月28日
摘要: GitHubGoogle CodeMercurialBitbuckethttp://git.oschina.net/ 阅读全文
posted @ 2014-10-28 17:06 飘杨...... 阅读(275) 评论(0) 推荐(0) 编辑
  2014年10月24日
摘要: 1.在电脑的系统变量中的path路径中配置git的环境变量: 找到git安装路径中bin的位置,如:X:\Git\bin 找到git安装路径中git-core的位置,如:X:\Git\libexec\git-core; 然后将这两个路径配置到系统变量的path中即可2.打开命令行(... 阅读全文
posted @ 2014-10-24 16:18 飘杨...... 阅读(333) 评论(0) 推荐(0) 编辑
  2014年10月23日
摘要: 最近写一个listView中多个listItem布局时,convertView缓存及使用,类似微信的聊天界面的listView,报了一个异常:11-25 15:51:49.076: E/InputEventReceiver(22971): Exception dispatching input ev... 阅读全文
posted @ 2014-10-23 14:01 飘杨...... 阅读(471) 评论(0) 推荐(0) 编辑
  2014年10月13日
摘要: https://github.com/koush/AndroidAsync(websocket)https://github.com/loopj/android-async-httphttp://phonegap.com/ 阅读全文
posted @ 2014-10-13 17:00 飘杨...... 阅读(179) 评论(0) 推荐(0) 编辑
  2014年9月22日
摘要: import android.widget.ImageView;import com.nostra13.universalimageloader.core.ImageLoader;/** * 异步加载本地图片工具类 * * @author tony * */public class LoadLo... 阅读全文
posted @ 2014-09-22 15:58 飘杨...... 阅读(13451) 评论(0) 推荐(0) 编辑
摘要: 主类:IndexAnimationLinearLayout.javapackage com.yw.sortlistview;import java.util.ArrayList;import java.util.List;import android.annotation.SuppressLint;... 阅读全文
posted @ 2014-09-22 15:56 飘杨...... 阅读(2126) 评论(0) 推荐(0) 编辑
摘要: http://www.devstore.cn/ 阅读全文
posted @ 2014-09-22 15:15 飘杨...... 阅读(145) 评论(0) 推荐(0) 编辑
  2014年7月14日
摘要: 之前有整理过ScrollView嵌套ListView的例子,讲的是计算listview的每一项的高度。已达到目标效果。同样的ExpandableListView嵌套ScrollView也是这么个思路,不过要稍微加一些方法和稍微做一些改动。要实现这个功能首先要准备三个基础的方法:一、计算Expanda... 阅读全文
posted @ 2014-07-14 16:28 飘杨...... 阅读(4633) 评论(0) 推荐(0) 编辑
  2014年7月7日
摘要: 转载地址:http://www.cnblogs.com/yejiurui/archive/2013/02/25/2931767.html在网上查了好多资料,大致都雷同,大家都是互相抄袭的,看着很费劲,不好理解,自己总结一下,留着需要看的话来查找。代码中的例子如下: ... 阅读全文
posted @ 2014-07-07 14:23 飘杨...... 阅读(13503) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 59 下一页