Changes between Version 8 and Version 9 of pcgroupcommon


Ignore:
Timestamp:
09/04/2014 04:07:10 PM (12 years ago)
Author:
longchangchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcgroupcommon

    v8 v9  
    77  1,browser 
    88    1)model:[[BR]] 
    9       Account:账户类[[BR]] 
    10       MJsonObject:封装JsonObject以便放在Intent中传送数据。需要实现Parcelable接口[[BR]] 
    11       ReadHistory:暂时没有用到[[BR]] 
     9      1)Account:账户类[[BR]] 
     10      2)MJsonObject:封装JsonObject以便放在Intent中传送数据。需要实现Parcelable接口[[BR]] 
     11      3)ReadHistory:暂时没有用到[[BR]] 
    1212    2)module: 
    1313      BaseFragment:继承于Fragment,对Fragment的进一步封装,以便实现背景图片占用内存的释放等等,应用中的Fragment尽量继承它