摘要: public class MyBaseAdapter extends BaseAdapter { private Context context; private List<Tweet> list; public MyBaseAdapter(Context context, List<Tweet> 阅读全文
posted @ 2016-07-29 13:59 天才哥哥 阅读(217) 评论(0) 推荐(0)
摘要: public class Position1Activity extends Activity { // url地址 String url = "http://www.oschina.net/action/api/tweet_detail?id="; private Tweet info; priv 阅读全文
posted @ 2016-07-29 13:58 天才哥哥 阅读(155) 评论(0) 推荐(0)
摘要: public class Fragment1Activity extends Fragment { String url = "http://www.oschina.net/action/api/tweet_list?uid=0&pageIndex=0&pageSize=15"; private V 阅读全文
posted @ 2016-07-29 13:57 天才哥哥 阅读(260) 评论(0) 推荐(0)
摘要: @XStreamAlias("oschina")public class Bean implements Serializable{ public String tweetCount; public String pagesize; @XStreamAlias("tweets") public Tw 阅读全文
posted @ 2016-07-29 13:54 天才哥哥 阅读(135) 评论(0) 推荐(0)