摘要: 项目地址:http://xstream.codehaus.org/tutorial.html(以下来源于官网)1、Create classes to be serialized(初始化类)public class Person { private String firstname; private String lastname; private PhoneNumber phone; private PhoneNumber fax; // ... constructors and methods}public class PhoneNumber { private int code... 阅读全文
posted @ 2014-01-14 17:18 传说之美(libill) 阅读(408) 评论(0) 推荐(0)
摘要: 项目地址:https://github.com/chrisbanes/Android-PullToRefresh 阅读全文
posted @ 2014-01-14 16:47 传说之美(libill) 阅读(229) 评论(0) 推荐(0)
摘要: 项目地址:https://github.com/nostra13/Android-Universal-Image-Loader 阅读全文
posted @ 2014-01-14 16:44 传说之美(libill) 阅读(186) 评论(0) 推荐(0)
摘要: 项目地址:http://android-wheel.googlecode.com/svn 阅读全文
posted @ 2014-01-14 16:09 传说之美(libill) 阅读(713) 评论(0) 推荐(0)