Changes between Version 5 and Version 6 of juchaozhi


Ignore:
Timestamp:
09/04/2014 12:11:44 PM (12 years ago)
Author:
wuchangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • juchaozhi

    v5 v6  
    3333    *所有的ViewPager 来源于DiscountFragment [[BR]] 
    3434        2>com.juchaozhi.discount.DiscountFragment(优惠列表activity)[[BR]] 
    35         数据请求调用 cn.com.pcgroup.android.framework.http.client.AsyncHttpClient这个封装类来实现,再通过DiscountUtil转成对应的BEAN[[BR]] 
     35        数据请求调用 cn.com.pcgroup.android.framework.http.client.AsyncHttpClient这个封装类来实现,再通过DiscountUtil(解析文章列表,获取文章model,获取所有评论等)转成对应的BEAN[[BR]] 
    3636        3>com.juchaozhi.discount.DiscountAdapter(优惠列表Item适配器)[[BR]] 
    3737        4>com.juchaozhi.discount.DiscountUtil[[BR]]